AI-generated Key Takeaways
-
SearchAds360Link connects a Google Analytics 4 property with a Search Ads 360 entity, enabling data sharing and personalized advertising.
-
This link facilitates importing campaign and cost data from Search Ads 360 into Google Analytics 4, enhancing analysis and insights.
-
SearchAds360Link resources can be created, deleted, retrieved, listed, and updated through dedicated API methods.
-
Key data shared includes advertiser ID, campaign data, cost data, display name, and personalized advertising settings.
-
Data sharing settings like
campaignDataSharingEnabled
,costDataSharingEnabled
,adsPersonalizationEnabled
, andsiteStatsSharingEnabled
are immutable after creation and managed through Search Ads 360.
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. |