Resource: GoogleAdsLink
A link between a Google Analytics 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. |
customer |
Immutable. Google Ads customer ID. |
can |
Output only. If true, this link is for a Google Ads manager account. |
ads |
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. |
create |
Output only. Time when this link was originally created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
update |
Output only. Time when this link was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted.Examples: |
creator |
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 |