Class AnalyticsAccountLink
A resource message representing the link between a Google Analytics account and a Google Marketing Platform organization.
Implements
Namespace: Google.Ads.MarketingPlatform.Admin.V1Alpha
Assembly: Google.Ads.MarketingPlatform.Admin.V1Alpha.dll
Syntax
public sealed class AnalyticsAccountLink : IMessage<AnalyticsAccountLink>, IEquatable<AnalyticsAccountLink>, IDeepCloneable<AnalyticsAccountLink>, IBufferMessage, IMessage
Constructors
AnalyticsAccountLink()
Declaration
public AnalyticsAccountLink()
AnalyticsAccountLink(AnalyticsAccountLink)
Declaration
public AnalyticsAccountLink(AnalyticsAccountLink other)
Parameters
Type | Name | Description |
---|---|---|
AnalyticsAccountLink | other |
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
public string AnalyticsAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
AnalyticsAccountAsAccountName
AccountName-typed view over the AnalyticsAccount resource name property.
Declaration
public AccountName AnalyticsAccountAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |
AnalyticsAccountLinkName
AnalyticsAccountLinkName-typed view over the Name resource name property.
Declaration
public AnalyticsAccountLinkName AnalyticsAccountLinkName { get; set; }
Property Value
Type | Description |
---|---|
AnalyticsAccountLinkName |
DisplayName
Output only. The human-readable name for the Analytics account.
Declaration
public string DisplayName { 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
public LinkVerificationState LinkVerificationState { get; set; }
Property Value
Type | Description |
---|---|
LinkVerificationState |
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
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |