public class Analytics.Management.RemarketingAudience extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.RemarketingAudience.Delete |
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 |
|---|
RemarketingAudience() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.RemarketingAudience.Delete |
delete(String accountId,
String webPropertyId,
String remarketingAudienceId)
Delete a remarketing audience.
|
Analytics.Management.RemarketingAudience.Get |
get(String accountId,
String webPropertyId,
String remarketingAudienceId)
Gets a remarketing audience to which the user has access.
|
Analytics.Management.RemarketingAudience.Insert |
insert(String accountId,
String webPropertyId,
RemarketingAudience content)
Creates a new remarketing audience.
|
Analytics.Management.RemarketingAudience.List |
list(String accountId,
String webPropertyId)
Lists remarketing audiences to which the user has access.
|
Analytics.Management.RemarketingAudience.Patch |
patch(String accountId,
String webPropertyId,
String remarketingAudienceId,
RemarketingAudience content)
Updates an existing remarketing audience.
|
Analytics.Management.RemarketingAudience.Update |
update(String accountId,
String webPropertyId,
String remarketingAudienceId,
RemarketingAudience content)
Updates an existing remarketing audience.
|
public Analytics.Management.RemarketingAudience.Delete delete(String accountId, String webPropertyId, String remarketingAudienceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - Account ID to which the remarketing audience belongs.webPropertyId - Web property ID to which the remarketing audience belongs.remarketingAudienceId - The ID of the remarketing audience to delete.IOExceptionpublic Analytics.Management.RemarketingAudience.Get get(String accountId, String webPropertyId, String remarketingAudienceId) throws 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.IOExceptionpublic Analytics.Management.RemarketingAudience.Insert insert(String accountId, String webPropertyId, RemarketingAudience content) throws 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 RemarketingAudienceIOExceptionpublic Analytics.Management.RemarketingAudience.List list(String accountId, String webPropertyId) throws 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.IOExceptionpublic Analytics.Management.RemarketingAudience.Patch patch(String accountId, String webPropertyId, String remarketingAudienceId, RemarketingAudience content) throws 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 RemarketingAudienceIOExceptionpublic Analytics.Management.RemarketingAudience.Update update(String accountId, String webPropertyId, String remarketingAudienceId, RemarketingAudience content) throws 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 RemarketingAudienceIOExceptionCopyright © 2011–2022 Google. All rights reserved.