public class AdExchangeBuyerII.Bidders.Accounts.FilterSets.FilteredBidRequests extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Bidders.Accounts.FilterSets.FilteredBidRequests.List |
| Constructor and Description |
|---|
FilteredBidRequests() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Bidders.Accounts.FilterSets.FilteredBidRequests.List |
list(String filterSetName)
List all reasons that caused a bid request not to be sent for an impression, with the number of
bid requests not sent for each reason.
|
public AdExchangeBuyerII.Bidders.Accounts.FilterSets.FilteredBidRequests.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.