AccountsCreativesDealAssociations
class AccountsCreativesDealAssociations extends Resource (View source)
The "dealAssociations" collection of methods.
Typical usage is:
$adexchangebuyer2Service = new Google\Service\AdExchangeBuyerII(...);
$dealAssociations = $adexchangebuyer2Service->accounts_creatives_dealAssociations;
Methods
add(string $accountId, string $creativeId, AddDealAssociationRequest $postBody, array $optParams = [])
Associate an existing deal with a creative. (dealAssociations.add)
listAccountsCreativesDealAssociations(string $accountId, string $creativeId, array $optParams = [])
List all creative-deal associations.
remove(string $accountId, string $creativeId, RemoveDealAssociationRequest $postBody, array $optParams = [])
Remove the association between a deal and a creative.
Details
Adexchangebuyer2Empty
add(string $accountId, string $creativeId, AddDealAssociationRequest $postBody, array $optParams = [])
Associate an existing deal with a creative. (dealAssociations.add)
ListDealAssociationsResponse
listAccountsCreativesDealAssociations(string $accountId, string $creativeId, array $optParams = [])
List all creative-deal associations.
(dealAssociations.listAccountsCreativesDealAssociations)
Adexchangebuyer2Empty
remove(string $accountId, string $creativeId, RemoveDealAssociationRequest $postBody, array $optParams = [])
Remove the association between a deal and a creative.
(dealAssociations.remove)