Wypróbuj serwer MCP w Google Analytics. Zainstaluj go z
GitHub. Więcej informacji znajdziesz w
ogłoszeniu.
REST Resource: properties.displayVideo360AdvertiserLinks
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Materiał: DisplayVideo360AdvertiserLink
Połączenie usługi w Google Analytics z kontem reklamodawcy w Display & Video 360.
Zapis JSON |
{
"name": string,
"advertiserId": string,
"advertiserDisplayName": string,
"adsPersonalizationEnabled": boolean,
"campaignDataSharingEnabled": boolean,
"costDataSharingEnabled": boolean
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu DisplayVideo360AdvertiserLink. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Uwaga: linkId to nie identyfikator reklamodawcy w Display & Video 360.
|
advertiserId |
string
Niezmienna. Identyfikator reklamodawcy w Display & Video 360.
|
advertiserDisplayName |
string
Tylko dane wyjściowe. Wyświetlana nazwa reklamodawcy w Display & Video 360.
|
adsPersonalizationEnabled |
boolean
Włącza spersonalizowane funkcje reklamowe w ramach tej integracji. Jeśli to pole nie zostanie ustawione podczas tworzenia lub aktualizowania, domyślnie zostanie mu przypisana wartość true.
|
campaignDataSharingEnabled |
boolean
Niezmienna. Umożliwia importowanie do usługi w Google Analytics danych kampanii z Display & Video 360. Po utworzeniu połączenia można je zaktualizować tylko w usłudze Display & Video 360. Jeśli to pole nie zostanie ustawione podczas tworzenia, domyślnie zostanie mu przypisana wartość „True”.
|
costDataSharingEnabled |
boolean
Niezmienna. Umożliwia importowanie danych o kosztach z Display & Video 360 do usługi Google Analytics. Można to włączyć tylko wtedy, gdy zasada campaignDataSharingEnabled ma wartość Prawda. Po utworzeniu połączenia można je zaktualizować tylko w usłudze Display & Video 360. Jeśli to pole nie zostanie ustawione podczas tworzenia, domyślnie zostanie mu przypisana wartość „True”.
|
Metody |
|
Tworzy obiekt DisplayVideo360AdvertiserLink. |
|
Usuwa z usługi element DisplayVideo360AdvertiserLink. |
|
Wyszukiwanie pojedynczego połączenia DisplayVideo360AdvertiserLink |
|
Wypisuje wszystkie DisplayVideo360AdvertiserLinki w usłudze. |
|
Aktualizuje DisplayVideo360AdvertiserLink w usłudze. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eDisplayVideo360AdvertiserLink resource allows linking a Google Analytics 4 property and a Display & Video 360 advertiser.\u003c/p\u003e\n"],["\u003cp\u003eThis link enables features like personalized advertising, importing campaign data, and importing cost data from Display & Video 360 to GA4.\u003c/p\u003e\n"],["\u003cp\u003eUsers can manage these links using methods such as creating, deleting, retrieving, listing, and updating.\u003c/p\u003e\n"],["\u003cp\u003eSome features, like campaign and cost data sharing, are immutable after initial creation and require updates through the Display & Video 360 product.\u003c/p\u003e\n"],["\u003cp\u003eBy default, personalized advertising, campaign data sharing, and cost data sharing are enabled if not specified during link creation.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: properties.displayVideo360AdvertiserLinks\n\n- [Resource: DisplayVideo360AdvertiserLink](#DisplayVideo360AdvertiserLink)\n - [JSON representation](#DisplayVideo360AdvertiserLink.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: DisplayVideo360AdvertiserLink\n---------------------------------------\n\nA link between a Google Analytics property and a Display \\& Video 360 advertiser.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"advertiserId\": string, \"advertiserDisplayName\": string, \"adsPersonalizationEnabled\": boolean, \"campaignDataSharingEnabled\": boolean, \"costDataSharingEnabled\": boolean } ``` |\n\n| Fields ||\n|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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 |\n| `advertiserId` | `string` Immutable. The Display \\& Video 360 Advertiser's advertiser ID. |\n| `advertiserDisplayName` | `string` Output only. The display name of the Display \\& Video 360 Advertiser. |\n| `adsPersonalizationEnabled` | `boolean` Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true. |\n| `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. |\n| `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. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| ### [create](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/create) | Creates a DisplayVideo360AdvertiserLink. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/delete) | Deletes a DisplayVideo360AdvertiserLink on a property. |\n| ### [get](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/get) | Look up a single DisplayVideo360AdvertiserLink |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/list) | Lists all DisplayVideo360AdvertiserLinks on a property. |\n| ### [patch](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/patch) | Updates a DisplayVideo360AdvertiserLink on a property. |"]]