public class AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Details extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Details.List |
| Constructor and Description |
|---|
Details() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Details.List |
list(String filterSetName,
Integer creativeStatusId)
List all details associated with a specific reason for which bids were filtered, with the number
of bids filtered for each detail.
|
public AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Details.List list(String filterSetName, Integer creativeStatusId) 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`creativeStatusId - The ID of the creative status for which to retrieve a breakdown by detail. See [creative-status-
codes](https://developers.google.com/authorized-buyers/rtb/downloads/creative-status-
codes). Details are only available for statuses 10, 14, 15, 17, 18, 19, 86, and 87.IOExceptionCopyright © 2011–2021 Google. All rights reserved.