public class GoogleAnalyticsAdmin.Properties extends Object
| Constructor and Description |
|---|
Properties() |
public GoogleAnalyticsAdmin.Properties.AcknowledgeUserDataCollection acknowledgeUserDataCollection(String property, GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke
the remote operation.property - Required. The property for which to acknowledge user data collection.content - the GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequestIOExceptionpublic GoogleAnalyticsAdmin.Properties.Create create(GoogleAnalyticsAdminV1betaProperty content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GoogleAnalyticsAdminV1betaPropertyIOExceptionpublic GoogleAnalyticsAdmin.Properties.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Property to soft-delete. Format: properties/{property_id} Example:
"properties/1000"IOExceptionpublic GoogleAnalyticsAdmin.Properties.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the property to lookup. Format: properties/{property_id} Example:
"properties/1000"IOExceptionpublic GoogleAnalyticsAdmin.Properties.GetDataRetentionSettings getDataRetentionSettings(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Required. The name of the settings to lookup. Format: properties/{property}/dataRetentionSettings
Example: "properties/1000/dataRetentionSettings"IOExceptionpublic GoogleAnalyticsAdmin.Properties.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic GoogleAnalyticsAdmin.Properties.Patch patch(String name, GoogleAnalyticsAdminV1betaProperty content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. Resource name of this property. Format: properties/{property_id} Example:
"properties/1000"content - the GoogleAnalyticsAdminV1betaPropertyIOExceptionpublic GoogleAnalyticsAdmin.Properties.RunAccessReport runAccessReport(String entity, GoogleAnalyticsAdminV1betaRunAccessReportRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.entity - The Data Access Report supports requesting at the property level or account level. If requested at
the account level, Data Access Reports include all access for all properties under that
account. To request at the property level, entity should be for example 'properties/123'
if "123" is your Google Analytics property ID. To request at the account level, entity
should be for example 'accounts/1234' if "1234" is your Google Analytics Account ID.content - the GoogleAnalyticsAdminV1betaRunAccessReportRequestIOExceptionpublic GoogleAnalyticsAdmin.Properties.UpdateDataRetentionSettings updateDataRetentionSettings(String name, GoogleAnalyticsAdminV1betaDataRetentionSettings content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Output only. Resource name for this DataRetentionSetting resource. Format:
properties/{property}/dataRetentionSettingscontent - the GoogleAnalyticsAdminV1betaDataRetentionSettingsIOExceptionpublic GoogleAnalyticsAdmin.Properties.ConversionEvents conversionEvents()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.ConversionEvents.List request = analyticsadmin.conversionEvents().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.CustomDimensions customDimensions()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.CustomDimensions.List request = analyticsadmin.customDimensions().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.CustomMetrics customMetrics()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.CustomMetrics.List request = analyticsadmin.customMetrics().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.DataStreams dataStreams()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.DataStreams.List request = analyticsadmin.dataStreams().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.FirebaseLinks firebaseLinks()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.FirebaseLinks.List request = analyticsadmin.firebaseLinks().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.GoogleAdsLinks googleAdsLinks()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.GoogleAdsLinks.List request = analyticsadmin.googleAdsLinks().list(parameters ...)
public GoogleAnalyticsAdmin.Properties.KeyEvents keyEvents()
The typical use is:
GoogleAnalyticsAdmin analyticsadmin = new GoogleAnalyticsAdmin(...);GoogleAnalyticsAdmin.KeyEvents.List request = analyticsadmin.keyEvents().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.