試用 Google Analytics 的 MCP 伺服器。從
GitHub 安裝,詳情請參閱
公告。
REST Resource: properties.displayVideo360AdvertiserLinks
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源:DisplayVideo360AdvertiserLink
Google Analytics 資源與 Display & Video 360 廣告客戶之間的連結。
JSON 表示法 |
{
"name": string,
"advertiserId": string,
"advertiserDisplayName": string,
"adsPersonalizationEnabled": boolean,
"campaignDataSharingEnabled": boolean,
"costDataSharingEnabled": boolean
} |
欄位 |
name |
string
僅供輸出。這個 DisplayVideo360AdvertiserLink 資源的資源名稱。格式:properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} 注意:linkId 並非 Display & Video 360 廣告主 ID
|
advertiserId |
string
不可變動。Display & Video 360 廣告主的廣告主 ID。
|
advertiserDisplayName |
string
僅供輸出。Display & Video 360 廣告主的顯示名稱。
|
adsPersonalizationEnabled |
boolean
在這次整合中啟用個人化廣告功能。如果在建立/更新時未設定這個欄位,系統會預設為 true。
|
campaignDataSharingEnabled |
boolean
不可變動。可將廣告活動資料從 Display & Video 360 匯入 Google Analytics 資源。連結建立後,您只能透過 Display & Video 360 產品更新這項設定。如果在建立時未設定這個欄位,系統會預設為 true。
|
costDataSharingEnabled |
boolean
不可變動。可將費用資料從 Display & Video 360 匯入 Google Analytics 資源。只有在 campaignDataSharingEnabled 為 true 時,才能啟用這項功能。連結建立後,您只能透過 Display & Video 360 產品更新這項設定。如果在建立時未設定這個欄位,系統會預設為 true。
|
方法 |
|
建立 DisplayVideo360AdvertiserLink。 |
|
刪除資源上的 DisplayVideo360AdvertiserLink。 |
|
查詢單一 DisplayVideo360AdvertiserLink |
|
列出資源上的所有 DisplayVideo360AdvertiserLinks。 |
|
更新資源的 DisplayVideo360AdvertiserLink。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\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. |"]]