Class BiddersResource.FilterSetsResource.FilteredBidsResource.DetailsResource
The "details" collection of methods.
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class BiddersResource.FilterSetsResource.FilteredBidsResource.DetailsResource
Constructors
DetailsResource(IClientService)
Constructs a new resource.
Declaration
public DetailsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string, int)
List all details associated with a specific reason for which bids were filtered, with the number of bids filtered for each detail.
Declaration
public virtual BiddersResource.FilterSetsResource.FilteredBidsResource.DetailsResource.ListRequest List(string filterSetName, int creativeStatusId)
Parameters
Type | Name | Description |
---|---|---|
string | 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: |
int | creativeStatusId | The ID of the creative status for which to retrieve a breakdown by detail. See creative-status-codes. Details are only available for statuses 10, 14, 15, 17, 18, 19, 86, and 87. |
Returns
Type | Description |
---|---|
BiddersResource.FilterSetsResource.FilteredBidsResource.DetailsResource.ListRequest |