target.apidocs.com.google.api.services.analytics.Analytics.Management.WebPropertyAdWordsLinks.html Maven / Gradle / Ivy
Analytics.Management.WebPropertyAdWordsLinks (Google Analytics API v3-rev20190807-1.31.0)
com.google.api.services.analytics
Class Analytics.Management.WebPropertyAdWordsLinks
- java.lang.Object
-
- com.google.api.services.analytics.Analytics.Management.WebPropertyAdWordsLinks
-
- Enclosing class:
- Analytics.Management
public class Analytics.Management.WebPropertyAdWordsLinks
extends Object
The "webPropertyAdWordsLinks" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
WebPropertyAdWordsLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
delete
public Analytics.Management.WebPropertyAdWordsLinks.Delete delete(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId)
throws IOException
Deletes a web property-Google Ads link.
Create a request for the method "webPropertyAdWordsLinks.delete".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
get
public Analytics.Management.WebPropertyAdWordsLinks.Get get(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId)
throws IOException
Returns a web property-Google Ads link to which the user has access.
Create a request for the method "webPropertyAdWordsLinks.get".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
insert
public Analytics.Management.WebPropertyAdWordsLinks.Insert insert(String accountId,
String webPropertyId,
EntityAdWordsLink content)
throws IOException
Creates a webProperty-Google Ads link.
Create a request for the method "webPropertyAdWordsLinks.insert".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- ID of the Google Analytics account to create the link for.
webPropertyId
- Web property ID to create the link for.
content
- the EntityAdWordsLink
- Returns:
- the request
- Throws:
IOException
-
list
public Analytics.Management.WebPropertyAdWordsLinks.List list(String accountId,
String webPropertyId)
throws IOException
Lists webProperty-Google Ads links for a given web property.
Create a request for the method "webPropertyAdWordsLinks.list".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
accountId
- ID of the account which the given web property belongs to.
webPropertyId
- Web property ID to retrieve the Google Ads links for.
- Returns:
- the request
- Throws:
IOException
-
patch
public Analytics.Management.WebPropertyAdWordsLinks.Patch patch(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId,
EntityAdWordsLink content)
throws IOException
Updates an existing webProperty-Google Ads link. This method supports patch semantics.
Create a request for the method "webPropertyAdWordsLinks.patch".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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 EntityAdWordsLink
- Returns:
- the request
- Throws:
IOException
-
update
public Analytics.Management.WebPropertyAdWordsLinks.Update update(String accountId,
String webPropertyId,
String webPropertyAdWordsLinkId,
EntityAdWordsLink content)
throws IOException
Updates an existing webProperty-Google Ads link.
Create a request for the method "webPropertyAdWordsLinks.update".
This request holds the parameters needed by the analytics server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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 EntityAdWordsLink
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.