AccountsCreatives
class AccountsCreatives extends Resource (View source)
The "creatives" collection of methods.
Typical usage is:
$adexchangebuyer2Service = new Google\Service\AdExchangeBuyerII(...);
$creatives = $adexchangebuyer2Service->accounts_creatives;
Methods
Gets a creative. (creatives.get)
Lists creatives. (creatives.listAccountsCreatives)
Stops watching a creative. Will stop push notifications being sent to the topics when the creative changes status. (creatives.stopWatching)
Watches a creative. Will result in push notifications being sent to the topic when the creative changes status. (creatives.watch)
Details
Creative
create(string $accountId, Creative $postBody, array $optParams = [])
Creates a creative. (creatives.create)
Creative
get(string $accountId, string $creativeId, array $optParams = [])
Gets a creative. (creatives.get)
ListCreativesResponse
listAccountsCreatives(string $accountId, array $optParams = [])
Lists creatives. (creatives.listAccountsCreatives)
Adexchangebuyer2Empty
stopWatching(string $accountId, string $creativeId, StopWatchingCreativeRequest $postBody, array $optParams = [])
Stops watching a creative. Will stop push notifications being sent to the topics when the creative changes status. (creatives.stopWatching)
Creative
update(string $accountId, string $creativeId, Creative $postBody, array $optParams = [])
Updates a creative. (creatives.update)
Adexchangebuyer2Empty
watch(string $accountId, string $creativeId, WatchCreativeRequest $postBody, array $optParams = [])
Watches a creative. Will result in push notifications being sent to the topic when the creative changes status. (creatives.watch)