BuyersCreatives
class BuyersCreatives extends Resource (View source)
The "creatives" collection of methods.
Typical usage is:
$realtimebiddingService = new Google\Service\RealTimeBidding(...);
$creatives = $realtimebiddingService->buyers_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.
Details
Creative
create(string $parent, Creative $postBody, array $optParams = [])
Creates a creative. (creatives.create)
Creative
get(string $name, array $optParams = [])
Gets a creative. (creatives.get)
ListCreativesResponse
listBuyersCreatives(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.listBuyersCreatives)