public class Analytics.Management.RemarketingAudience
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.RemarketingAudience.Get |
class |
Analytics.Management.RemarketingAudience.Insert |
class |
Analytics.Management.RemarketingAudience.List |
class |
Analytics.Management.RemarketingAudience.Patch |
class |
Analytics.Management.RemarketingAudience.Update |
| Constructor and Description |
|---|
Analytics.Management.RemarketingAudience() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.RemarketingAudience.Get |
get(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String remarketingAudienceId)
Gets a remarketing audience to which the user has access.
|
Analytics.Management.RemarketingAudience.Insert |
insert(java.lang.String accountId,
java.lang.String webPropertyId,
RemarketingAudience content)
Creates a new remarketing audience.
|
Analytics.Management.RemarketingAudience.List |
list(java.lang.String accountId,
java.lang.String webPropertyId)
Lists remarketing audiences to which the user has access.
|
Analytics.Management.RemarketingAudience.Patch |
patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String remarketingAudienceId,
RemarketingAudience content)
Updates an existing remarketing audience.
|
Analytics.Management.RemarketingAudience.Update |
update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String remarketingAudienceId,
RemarketingAudience content)
Updates an existing remarketing audience.
|
public Analytics.Management.RemarketingAudience()
public Analytics.Management.RemarketingAudience.Get get(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String remarketingAudienceId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account ID of the remarketing audience to retrieve.webPropertyId - The web property ID of the remarketing audience to retrieve.remarketingAudienceId - The ID of the remarketing audience to retrieve.java.io.IOExceptionpublic Analytics.Management.RemarketingAudience.Insert insert(java.lang.String accountId, java.lang.String webPropertyId, RemarketingAudience content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account ID for which to create the remarketing audience.webPropertyId - Web property ID for which to create the remarketing audience.content - the RemarketingAudiencejava.io.IOExceptionpublic Analytics.Management.RemarketingAudience.List list(java.lang.String accountId, java.lang.String webPropertyId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account ID of the remarketing audiences to retrieve.webPropertyId - The web property ID of the remarketing audiences to retrieve.java.io.IOExceptionpublic Analytics.Management.RemarketingAudience.Patch patch(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String remarketingAudienceId, RemarketingAudience content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account ID of the remarketing audience to update.webPropertyId - The web property ID of the remarketing audience to update.remarketingAudienceId - The ID of the remarketing audience to update.content - the RemarketingAudiencejava.io.IOExceptionpublic Analytics.Management.RemarketingAudience.Update update(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String remarketingAudienceId, RemarketingAudience content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - The account ID of the remarketing audience to update.webPropertyId - The web property ID of the remarketing audience to update.remarketingAudienceId - The ID of the remarketing audience to update.content - the RemarketingAudiencejava.io.IOException