Show / Hide Table of Contents

Class AnalyticsAccountLink

A resource message representing the link between a Google Analytics account and a Google Marketing Platform organization.

Inheritance
object
AnalyticsAccountLink
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.Data
Assembly: Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.dll
Syntax
public class AnalyticsAccountLink : IDirectResponseSchema

Properties

AnalyticsAccount

Required. Immutable. The resource name of the AnalyticsAdmin API account. The account ID will be used as the ID of this AnalyticsAccountLink resource, which will become the final component of the resource name. Format: analyticsadmin.googleapis.com/accounts/{account_id}

Declaration
[JsonProperty("analyticsAccount")]
public virtual string AnalyticsAccount { get; set; }
Property Value
Type Description
string

DisplayName

Output only. The human-readable name for the Analytics account.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LinkVerificationState

Output only. The verification state of the link between the Analytics account and the parent organization.

Declaration
[JsonProperty("linkVerificationState")]
public virtual string LinkVerificationState { get; set; }
Property Value
Type Description
string

Name

Identifier. Resource name of this AnalyticsAccountLink. Note the resource ID is the same as the ID of the Analtyics account. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id} Example: "organizations/xyz/analyticsAccountLinks/1234"

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX