REST Resource: properties.displayVideo360AdvertiserLinks
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 |
string
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 |
string
Immutable. The Display & Video 360 Advertiser's advertiser ID.
|
advertiserDisplayName |
string
Output only. The display name of the Display & Video 360 Advertiser.
|
adsPersonalizationEnabled |
boolean
Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true.
|
campaignDataSharingEnabled |
boolean
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 |
boolean
Immutable. Enables the import of cost data from Display & Video 360 into the Google Analytics property. This can only be enabled if campaignDataSharingEnabled is true. 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.
|
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-14 UTC.
[null,null,["Last updated 2025-01-14 UTC."],[[["DisplayVideo360AdvertiserLink resource allows linking a Google Analytics 4 property and a Display & Video 360 advertiser."],["This link enables features like personalized advertising, importing campaign data, and importing cost data from Display & Video 360 to GA4."],["Users can manage these links using methods such as creating, deleting, retrieving, listing, and updating."],["Some features, like campaign and cost data sharing, are immutable after initial creation and require updates through the Display & Video 360 product."],["By default, personalized advertising, campaign data sharing, and cost data sharing are enabled if not specified during link creation."]]],["The DisplayVideo360AdvertiserLink resource connects a Google Analytics property to a Display & Video 360 advertiser. Key data includes `advertiserId`, `advertiserDisplayName`, and settings for `adsPersonalizationEnabled`, `campaignDataSharingEnabled`, and `costDataSharingEnabled`. You can create, delete, get, list, and update these links via corresponding methods. Sharing campaign and cost data must be enabled via Display & Video 360 after initial creation, and cost data sharing requires campaign data sharing to be enabled.\n"]]