AI-generated Key Takeaways
-
SearchAds360Link represents a link between a Google Analytics property and a Search Ads 360 entity.
-
The resource includes fields such as advertiser ID, campaign data sharing status, cost data sharing status, and personalized advertising enablement.
-
Several methods are available to manage these links, including create, delete, get, list, and patch.
Resource: SearchAds360Link
A link between a Google Analytics property and a Search Ads 360 entity.
JSON representation |
---|
{ "name": string, "advertiserId": string, "campaignDataSharingEnabled": boolean, "costDataSharingEnabled": boolean, "advertiserDisplayName": string, "adsPersonalizationEnabled": boolean, "siteStatsSharingEnabled": boolean } |
Fields | |
---|---|
name |
Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID |
advertiserId |
Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked. |
campaignDataSharingEnabled |
Immutable. Enables the import of campaign data from Search Ads 360 into the Google Analytics property. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true. |
costDataSharingEnabled |
Immutable. Enables the import of cost data from Search Ads 360 to the Google Analytics property. This can only be enabled if campaignDataSharingEnabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true. |
advertiserDisplayName |
Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource. |
adsPersonalizationEnabled |
Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true. |
siteStatsSharingEnabled |
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true. |
Methods |
|
---|---|
|
Creates a SearchAds360Link. |
|
Deletes a SearchAds360Link on a property. |
|
Look up a single SearchAds360Link |
|
Lists all SearchAds360Links on a property. |
|
Updates a SearchAds360Link on a property. |