Resource: GoogleAdsLink
A link between a GA4 property and a Google Ads account.
JSON representation |
---|
{ "name": string, "customerId": string, "canManageClients": boolean, "adsPersonalizationEnabled": boolean, "createTime": string, "updateTime": string, "creatorEmailAddress": string } |
Fields | |
---|---|
name |
Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. |
customerId |
Immutable. Google Ads customer ID. |
canManageClients |
Output only. If true, this link is for a Google Ads manager account. |
adsPersonalizationEnabled |
Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true. |
createTime |
Output only. Time when this link was originally created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Time when this link was last updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
creatorEmailAddress |
Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved. |
Methods |
|
---|---|
|
Creates a GoogleAdsLink. |
|
Deletes a GoogleAdsLink on a property |
|
Lists GoogleAdsLinks on a property. |
|
Updates a GoogleAdsLink on a property |