public class AdExchangeBuyerII.Accounts.Creatives.DealAssociations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.Creatives.DealAssociations.Add |
class |
AdExchangeBuyerII.Accounts.Creatives.DealAssociations.List |
class |
AdExchangeBuyerII.Accounts.Creatives.DealAssociations.Remove |
| Constructor and Description |
|---|
DealAssociations() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Creatives.DealAssociations.Add |
add(String accountId,
String creativeId,
AddDealAssociationRequest content)
Associate an existing deal with a creative.
|
AdExchangeBuyerII.Accounts.Creatives.DealAssociations.List |
list(String accountId,
String creativeId)
List all creative-deal associations.
|
AdExchangeBuyerII.Accounts.Creatives.DealAssociations.Remove |
remove(String accountId,
String creativeId,
RemoveDealAssociationRequest content)
Remove the association between a deal and a creative.
|
public AdExchangeBuyerII.Accounts.Creatives.DealAssociations.Add add(String accountId, String creativeId, AddDealAssociationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account the creative belongs to.creativeId - The ID of the creative associated with the deal.content - the AddDealAssociationRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.DealAssociations.List list(String accountId, String creativeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account to list the associations from. Specify "-" to list all creatives the current user has
access to.creativeId - The creative ID to list the associations from. Specify "-" to list all creatives under the above
account.IOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.DealAssociations.Remove remove(String accountId, String creativeId, RemoveDealAssociationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account the creative belongs to.creativeId - The ID of the creative associated with the deal.content - the RemoveDealAssociationRequestIOExceptionCopyright © 2011–2021 Google. All rights reserved.