public class Analytics.Management.WebPropertyAdWordsLinks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Analytics.Management.WebPropertyAdWordsLinks.Delete |
class |
Analytics.Management.WebPropertyAdWordsLinks.Get |
class |
Analytics.Management.WebPropertyAdWordsLinks.Insert |
class |
Analytics.Management.WebPropertyAdWordsLinks.List |
class |
Analytics.Management.WebPropertyAdWordsLinks.Patch |
class |
Analytics.Management.WebPropertyAdWordsLinks.Update |
| Constructor and Description |
|---|
WebPropertyAdWordsLinks() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.WebPropertyAdWordsLinks.Delete |
delete(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId)
Deletes a web property-Google Ads link.
|
Analytics.Management.WebPropertyAdWordsLinks.Get |
get(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId)
Returns a web property-Google Ads link to which the user has access.
|
Analytics.Management.WebPropertyAdWordsLinks.Insert |
insert(String accountId,
String webPropertyId,
EntityAdWordsLink content)
Creates a webProperty-Google Ads link.
|
Analytics.Management.WebPropertyAdWordsLinks.List |
list(String accountId,
String webPropertyId)
Lists webProperty-Google Ads links for a given web property.
|
Analytics.Management.WebPropertyAdWordsLinks.Patch |
patch(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId,
EntityAdWordsLink content)
Updates an existing webProperty-Google Ads link.
|
Analytics.Management.WebPropertyAdWordsLinks.Update |
update(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId,
EntityAdWordsLink content)
Updates an existing webProperty-Google Ads link.
|
public Analytics.Management.WebPropertyAdWordsLinks.Delete delete(String accountId, String webPropertyId, String webPropertyAdWordsLinkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - ID of the account which the given web property belongs to.webPropertyId - Web property ID to delete the Google Ads link for.webPropertyAdWordsLinkId - Web property Google Ads link ID.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Get get(String accountId, String webPropertyId, String webPropertyAdWordsLinkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - ID of the account which the given web property belongs to.webPropertyId - Web property ID to retrieve the Google Ads link for.webPropertyAdWordsLinkId - Web property-Google Ads link ID.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Insert insert(String accountId, String webPropertyId, EntityAdWordsLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - ID of the Google Analytics account to create the link for.webPropertyId - Web property ID to create the link for.content - the EntityAdWordsLinkIOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.List list(String accountId, String webPropertyId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - ID of the account which the given web property belongs to.webPropertyId - Web property ID to retrieve the Google Ads links for.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Patch patch(String accountId, String webPropertyId, String webPropertyAdWordsLinkId, EntityAdWordsLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - ID of the account which the given web property belongs to.webPropertyId - Web property ID to retrieve the Google Ads link for.webPropertyAdWordsLinkId - Web property-Google Ads link ID.content - the EntityAdWordsLinkIOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Update update(String accountId, String webPropertyId, String webPropertyAdWordsLinkId, EntityAdWordsLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.accountId - ID of the account which the given web property belongs to.webPropertyId - Web property ID to retrieve the Google Ads link for.webPropertyAdWordsLinkId - Web property-Google Ads link ID.content - the EntityAdWordsLinkIOExceptionCopyright © 2011–2022 Google. All rights reserved.