public class AdExchangeBuyerII.Bidders.FilterSets.LosingBids extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Bidders.FilterSets.LosingBids.List |
| Constructor and Description |
|---|
LosingBids() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Bidders.FilterSets.LosingBids.List |
list(String filterSetName)
List all reasons for which bids lost in the auction, with the number of bids that lost for each
reason.
|
public AdExchangeBuyerII.Bidders.FilterSets.LosingBids.List list(String filterSetName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.filterSetName - Name of the filter set that should be applied to the requested metrics. For example: - For a bidder-
level filter set for bidder 123: `bidders/123/filterSets/abc` - For an account-level
filter set for the buyer account representing bidder 123:
`bidders/123/accounts/123/filterSets/abc` - For an account-level filter set for the child
seat buyer account 456 whose bidder is 123: `bidders/123/accounts/456/filterSets/abc`IOExceptionCopyright © 2011–2021 Google. All rights reserved.