public class Analytics.Management.WebPropertyAdWordsLinks
extends java.lang.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 |
|---|
Analytics.Management.WebPropertyAdWordsLinks() |
| Modifier and Type | Method and Description |
|---|---|
Analytics.Management.WebPropertyAdWordsLinks.Delete |
delete(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String webPropertyAdWordsLinkId)
Deletes a web property-AdWords link.
|
Analytics.Management.WebPropertyAdWordsLinks.Get |
get(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String webPropertyAdWordsLinkId)
Returns a web property-AdWords link to which the user has access.
|
Analytics.Management.WebPropertyAdWordsLinks.Insert |
insert(java.lang.String accountId,
java.lang.String webPropertyId,
EntityAdWordsLink content)
Creates a webProperty-AdWords link.
|
Analytics.Management.WebPropertyAdWordsLinks.List |
list(java.lang.String accountId,
java.lang.String webPropertyId)
Lists webProperty-AdWords links for a given web property.
|
Analytics.Management.WebPropertyAdWordsLinks.Patch |
patch(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String webPropertyAdWordsLinkId,
EntityAdWordsLink content)
Updates an existing webProperty-AdWords link.
|
Analytics.Management.WebPropertyAdWordsLinks.Update |
update(java.lang.String accountId,
java.lang.String webPropertyId,
java.lang.String webPropertyAdWordsLinkId,
EntityAdWordsLink content)
Updates an existing webProperty-AdWords link.
|
public Analytics.Management.WebPropertyAdWordsLinks()
public Analytics.Management.WebPropertyAdWordsLinks.Delete delete(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String webPropertyAdWordsLinkId) throws java.io.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 AdWords link for.webPropertyAdWordsLinkId - Web property AdWords link ID.java.io.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Get get(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String webPropertyAdWordsLinkId) throws java.io.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 AdWords link for.webPropertyAdWordsLinkId - Web property-AdWords link ID.java.io.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Insert insert(java.lang.String accountId, java.lang.String webPropertyId, EntityAdWordsLink content) throws java.io.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 EntityAdWordsLinkjava.io.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.List list(java.lang.String accountId, java.lang.String webPropertyId) throws java.io.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 AdWords links for.java.io.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Patch patch(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String webPropertyAdWordsLinkId, EntityAdWordsLink content) throws java.io.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 AdWords link for.webPropertyAdWordsLinkId - Web property-AdWords link ID.content - the EntityAdWordsLinkjava.io.IOExceptionpublic Analytics.Management.WebPropertyAdWordsLinks.Update update(java.lang.String accountId, java.lang.String webPropertyId, java.lang.String webPropertyAdWordsLinkId, EntityAdWordsLink content) throws java.io.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 AdWords link for.webPropertyAdWordsLinkId - Web property-AdWords link ID.content - the EntityAdWordsLinkjava.io.IOException