public class AdExchangeBuyerII.Accounts.Creatives extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AdExchangeBuyerII.Accounts.Creatives.Create |
class |
AdExchangeBuyerII.Accounts.Creatives.DealAssociations
The "dealAssociations" collection of methods.
|
class |
AdExchangeBuyerII.Accounts.Creatives.Get |
class |
AdExchangeBuyerII.Accounts.Creatives.List |
class |
AdExchangeBuyerII.Accounts.Creatives.StopWatching |
class |
AdExchangeBuyerII.Accounts.Creatives.Update |
class |
AdExchangeBuyerII.Accounts.Creatives.Watch |
| Constructor and Description |
|---|
Creatives() |
| Modifier and Type | Method and Description |
|---|---|
AdExchangeBuyerII.Accounts.Creatives.Create |
create(String accountId,
Creative content)
Creates a creative.
|
AdExchangeBuyerII.Accounts.Creatives.DealAssociations |
dealAssociations()
An accessor for creating requests from the DealAssociations collection.
|
AdExchangeBuyerII.Accounts.Creatives.Get |
get(String accountId,
String creativeId)
Gets a creative.
|
AdExchangeBuyerII.Accounts.Creatives.List |
list(String accountId)
Lists creatives.
|
AdExchangeBuyerII.Accounts.Creatives.StopWatching |
stopWatching(String accountId,
String creativeId,
StopWatchingCreativeRequest content)
Stops watching a creative.
|
AdExchangeBuyerII.Accounts.Creatives.Update |
update(String accountId,
String creativeId,
Creative content)
Updates a creative.
|
AdExchangeBuyerII.Accounts.Creatives.Watch |
watch(String accountId,
String creativeId,
WatchCreativeRequest content)
Watches a creative.
|
public AdExchangeBuyerII.Accounts.Creatives.Create create(String accountId, Creative content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account that this creative belongs to. Can be used to filter the response of the creatives.list
method.content - the CreativeIOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.Get get(String accountId, String creativeId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account the creative belongs to.creativeId - The ID of the creative to retrieve.IOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.List list(String accountId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account to list the creatives from. Specify "-" to list all creatives the current user has
access to.IOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.StopWatching stopWatching(String accountId, String creativeId, StopWatchingCreativeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.accountId - The account of the creative to stop notifications for.creativeId - The creative ID of the creative to stop notifications for. Specify "-" to specify stopping account
level notifications.content - the StopWatchingCreativeRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.Update update(String accountId, String creativeId, Creative content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account that this creative belongs to. Can be used to filter the response of the creatives.list
method.creativeId - The buyer-defined creative ID of this creative. Can be used to filter the response of the
creatives.list method.content - the CreativeIOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.Watch watch(String accountId, String creativeId, WatchCreativeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account of the creative to watch.creativeId - The creative ID to watch for status changes. Specify "-" to watch all creatives under the above
account. If both creative-level and account-level notifications are sent, only a single
notification will be sent to the creative-level notification topic.content - the WatchCreativeRequestIOExceptionpublic AdExchangeBuyerII.Accounts.Creatives.DealAssociations dealAssociations()
The typical use is:
AdExchangeBuyerII adexchangebuyer2 = new AdExchangeBuyerII(...);AdExchangeBuyerII.DealAssociations.List request = adexchangebuyer2.dealAssociations().list(parameters ...)
Copyright © 2011–2021 Google. All rights reserved.