Resource: AnalyticsAccountLink
A resource message representing the link between a Google Analytics account and a Google Marketing Platform organization.
JSON representation |
---|
{
"name": string,
"analyticsAccount": string,
"displayName": string,
"linkVerificationState": enum ( |
Fields | |
---|---|
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" |
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} |
displayName |
Output only. The human-readable name for the Analytics account. |
linkVerificationState |
Output only. The verification state of the link between the Analytics account and the parent organization. |
LinkVerificationState
The verification state of the link between a product account and a GMP organization.
Enums | |
---|---|
LINK_VERIFICATION_STATE_UNSPECIFIED |
The link state is unknown. |
LINK_VERIFICATION_STATE_VERIFIED |
The link is established. |
LINK_VERIFICATION_STATE_NOT_VERIFIED |
The link is requested, but hasn't been approved by the product account admin. |
Methods |
|
---|---|
|
Creates the link between the Analytics account and the Google Marketing Platform organization. |
|
Deletes the AnalyticsAccountLink, which detaches the Analytics account from the Google Marketing Platform organization. |
|
Lists the Google Analytics accounts link to the specified Google Marketing Platform organization. |
|
Updates the service level for an Analytics property. |