public class AdExchangeBuyerII.Bidders.FilterSets.FilteredBids extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Creatives
The "creatives" collection of methods.
|
class |
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Details
The "details" collection of methods.
|
class |
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.List |
| Constructor and Description |
|---|
FilteredBids() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Creatives |
creatives()
An accessor for creating requests from the Creatives collection.
|
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Details |
details()
An accessor for creating requests from the Details collection.
|
AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.List |
list(String filterSetName)
List all reasons for which bids were filtered, with the number of bids filtered for each reason.
|
public AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.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`IOExceptionpublic AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Creatives creatives()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Creatives.List request = adexchangebuyer2.creatives().list(parameters ...)
public AdExchangeBuyerII.Bidders.FilterSets.FilteredBids.Details details()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.Details.List request = adexchangebuyer2.details().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.