Show / Hide Table of Contents

Class BiddersResource.CreativesResource

The "creatives" collection of methods.

Inheritance
object
BiddersResource.CreativesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BiddersResource.CreativesResource

Constructors

CreativesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Lists creatives as they are at the time of the initial request. This call may take multiple hours to complete. For large, paginated requests, this method returns a snapshot of creatives at the time of request for the first page. lastStatusUpdate and creativeServingDecision may be outdated for creatives on sequential pages. We recommend Google Cloud Pub/Sub to view the latest status.

Declaration
public virtual BiddersResource.CreativesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the parent buyer that owns the creatives. The pattern for this resource is either buyers/{buyerAccountId} or bidders/{bidderAccountId}. For buyers/{buyerAccountId}, the buyerAccountId can be one of the following: 1. The ID of the buyer that is accessing their own creatives. 2. The ID of the child seat buyer under a bidder account. So for listing creatives pertaining to the child seat buyer (456) under bidder account (123), you would use the pattern: buyers/456. 3. The ID of the bidder itself. So for listing creatives pertaining to bidder (123), you would use buyers/123. If you want to access all creatives pertaining to both the bidder and all of its child seat accounts, you would use bidders/{bidderAccountId}, for example, for all creatives pertaining to bidder (123), use bidders/123.

Returns
Type Description
BiddersResource.CreativesResource.ListRequest

Watch(WatchCreativesRequest, string)

Watches all creatives pertaining to a bidder. It is sufficient to invoke this endpoint once per bidder. A Pub/Sub topic will be created and notifications will be pushed to the topic when any of the bidder's creatives change status. All of the bidder's service accounts will have access to read from the topic. Subsequent invocations of this method will return the existing Pub/Sub configuration.

Declaration
public virtual BiddersResource.CreativesResource.WatchRequest Watch(WatchCreativesRequest body, string parent)
Parameters
Type Name Description
WatchCreativesRequest body

The body of the request.

string parent

Required. To watch all creatives pertaining to the bidder and all its child seat accounts, the bidder must follow the pattern bidders/{bidderAccountId}.

Returns
Type Description
BiddersResource.CreativesResource.WatchRequest
In this article
Back to top Generated by DocFX