BiddersCreatives
class BiddersCreatives extends Resource (View source)
The "creatives" collection of methods.
Typical usage is:
$realtimebiddingService = new Google\Service\RealTimeBidding(...);
$creatives = $realtimebiddingService->bidders_creatives;
Methods
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.
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.
Details
ListCreativesResponse
listBiddersCreatives(string $parent, array $optParams = [])
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.
(creatives.listBiddersCreatives)
WatchCreativesResponse
watch(string $parent, WatchCreativesRequest $postBody, array $optParams = [])
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. (creatives.watch)