AI-generated Key Takeaways
- 
          DisplayVideo360AdvertiserLink represents a link between a Google Analytics property and a Display & Video 360 advertiser. 
- 
          This resource includes fields such as advertiser ID, display name, and settings for ads personalization and data sharing. 
- 
          The resource supports standard methods like create, delete, get, list, and patch for managing these links. 
Resource: DisplayVideo360AdvertiserLink
A link between a Google Analytics property and a Display & Video 360 advertiser.
| JSON representation | 
|---|
| { "name": string, "advertiserId": string, "advertiserDisplayName": string, "adsPersonalizationEnabled": boolean, "campaignDataSharingEnabled": boolean, "costDataSharingEnabled": boolean } | 
| Fields | |
|---|---|
| name | 
 Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID | 
| advertiserId | 
 Immutable. The Display & Video 360 Advertiser's advertiser ID. | 
| advertiserDisplayName | 
 Output only. The display name of the Display & Video 360 Advertiser. | 
| adsPersonalizationEnabled | 
 Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true. | 
| campaignDataSharingEnabled | 
 Immutable. Enables the import of campaign data from Display & Video 360 into the Google Analytics property. After link creation, this can only be updated from the Display & Video 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 Display & Video 360 into the Google Analytics property. This can only be enabled if  | 
| Methods | |
|---|---|
| 
 | Creates a DisplayVideo360AdvertiserLink. | 
| 
 | Deletes a DisplayVideo360AdvertiserLink on a property. | 
| 
 | Look up a single DisplayVideo360AdvertiserLink | 
| 
 | Lists all DisplayVideo360AdvertiserLinks on a property. | 
| 
 | Updates a DisplayVideo360AdvertiserLink on a property. |