public class GoogleAnalyticsAdmin.Properties.GoogleAdsLinks extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Create |
class |
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Delete |
class |
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.List |
class |
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Patch |
| Constructor and Description |
|---|
GoogleAdsLinks() |
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Create |
create(String parent,
GoogleAnalyticsAdminV1betaGoogleAdsLink content)
Creates a GoogleAdsLink.
|
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Delete |
delete(String name)
Deletes a GoogleAdsLink on a property
Create a request for the method "googleAdsLinks.delete".
|
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.List |
list(String parent)
Lists GoogleAdsLinks on a property.
|
GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Patch |
patch(String name,
GoogleAnalyticsAdminV1betaGoogleAdsLink content)
Updates a GoogleAdsLink on a property
Create a request for the method "googleAdsLinks.patch".
|
public GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Create create(String parent, GoogleAnalyticsAdminV1betaGoogleAdsLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Example format: properties/1234content - the GoogleAnalyticsAdminV1betaGoogleAdsLinkIOExceptionpublic GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Example format: properties/1234/googleAdsLinks/5678IOExceptionpublic GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Example format: properties/1234IOExceptionpublic GoogleAnalyticsAdmin.Properties.GoogleAdsLinks.Patch patch(String name, GoogleAnalyticsAdminV1betaGoogleAdsLink content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId
is not the Google Ads customer ID.content - the GoogleAnalyticsAdminV1betaGoogleAdsLinkIOExceptionCopyright © 2011–2023 Google. All rights reserved.