Show / Hide Table of Contents

Class BiddersResource.FilterSetsResource.NonBillableWinningBidsResource

The "nonBillableWinningBids" collection of methods.

Inheritance
object
BiddersResource.FilterSetsResource.NonBillableWinningBidsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class BiddersResource.FilterSetsResource.NonBillableWinningBidsResource

Constructors

NonBillableWinningBidsResource(IClientService)

Constructs a new resource.

Declaration
public NonBillableWinningBidsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

List all reasons for which winning bids were not billable, with the number of bids not billed for each reason.

Declaration
public virtual BiddersResource.FilterSetsResource.NonBillableWinningBidsResource.ListRequest List(string filterSetName)
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: 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

Returns
Type Description
BiddersResource.FilterSetsResource.NonBillableWinningBidsResource.ListRequest
In this article
Back to top Generated by DocFX