AI-generated Key Takeaways
-
The AccountLink represents a data sharing connection between a Google Ads account and another account.
-
Key fields include
resource_name
,status
,type
,account_link_id
, andlinked_account
. -
The
linked_account
field can be athird_party_app_analytics
link. -
The status and type of the link are provided as enums.
-
The
resource_name
andthird_party_app_analytics
fields are immutable, whileaccount_link_id
is read-only and output only.
Represents the data sharing connection between a Google Ads account and another account
Fields | |
---|---|
|
Immutable. Resource name of the account link. AccountLink resource names have the form: |
|
The status of the link. |
|
Output only. The type of the linked account. |
|
Output only. The ID of the link. This field is read only. |
Union field
|
|
|
Immutable. A third party app analytics link. |