Class BiddersResource.CreativesResource
The "creatives" collection of methods.
Inherited Members
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
|
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 |
Returns
Type | Description |
---|---|
BiddersResource.CreativesResource.WatchRequest |