經 Chrome 協助執行的測試 ,Chrome 提供測試模式,方便網站預覽網站行為 沒有第三方 Cookie為協助出價工具進行測試,出價要求會包含 Chrome 的 Cookie 淘汰標籤。 出價方也可使用預先指定功能,篩選包含 Cookie 的請求 淘汰標籤
如要瞭解 Google Ad Manager 如何處理 Cookie 淘汰標籤 請參閱 Google Ad Manager 說明中心。
出價要求
Google Authorized Buyers 出價要求通訊協定
Chrome 的 Cookie 淘汰標籤
BidRequest.Device
訊息中的 cookie_deprecation_label
欄位。這個欄位
我們已提供通訊協定公開測試版的內容。
定義如下:
message BidRequest {
...
message Device {
...
// Chrome-facilitated cookie deprecation testing label as provided by
// Chrome.
// https://developer.chrome.com/en/docs/privacy-sandbox/chrome-testing/
optional string cookie_deprecation_label
}
optional Device device
}
OpenRTB 通訊協定
Google 會在 OpenRTB 中提供 Chrome 的 Cookie 淘汰標籤
BidRequest.device.ext
訊息。定義如下:
message DeviceExt {
...
// Chrome-facilitated cookie deprecation testing label as received from
// Chrome.
// https://developer.chrome.com/en/docs/privacy-sandbox/chrome-testing/
optional string cdep;
}
範例
以下是 Google Authorized Buyers 和 OpenRTB 通訊協定運作方式的範例
代表 Chrome 提供的標籤如果 Chrome 傳回 label_only_3
:
Google Authorized Buyers 通訊協定 BidRequest:
device {
cookie_deprecation_label: "label_only_3"
}
OpenRTB BidRequest:
{
"device": {
"ext": {
"cdep": "label_only_3"
}
}
}
這項擴充功能可透過通訊協定公開測試版使用。
可用性
如要在出價要求中顯示 Chrome 淘汰標籤, 現有的隱私權保護和控制選項例如,Chrome 提供的 如果使用者停用個人化廣告,就無法使用標籤。
預先指定維度
出價方可以對預先指定設定建立新的預先指定維度 ,篩選含有 Chrome 標籤的要求 ,直接在 Google Cloud 控制台實際操作。每項預先指定設定可包含一或多個標籤。
支援的標籤如下:
模式 | 標籤 |
B |
|
A |
|
舉例來說,如果預先指定設定含有 [label_only_3, label_only_4]
如果請求包含
label_only_3
或 label_only_4
。