{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/google-analytics/refs/heads/main/json-structure/admin-api-google-ads-link-structure.json", "name": "GoogleAdsLink", "description": "A link between a GA4 property and a Google Ads account.", "type": "object", "properties": { "adsPersonalizationEnabled": { "description": "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.", "type": "boolean" }, "canManageClients": { "description": "Output only. If true, this link is for a Google Ads manager account.", "readOnly": true, "type": "boolean" }, "createTime": { "description": "Output only. Time when this link was originally created.", "readOnly": true, "type": "datetime" }, "creatorEmailAddress": { "description": "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.", "readOnly": true, "type": "string" }, "customerId": { "description": "Immutable. Google Ads customer ID.", "type": "string" }, "name": { "description": "Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.", "readOnly": true, "type": "string" }, "updateTime": { "description": "Output only. Time when this link was last updated.", "readOnly": true, "type": "datetime" } } }