作为 Chrome 协助测试的一部分 ,Chrome 提供了允许网站预览网站行为的测试模式 没有第三方 Cookie。为方便出价方进行测试,出价请求会包含 Chrome 的 Cookie 弃用标签。 出价方还可以使用预定位功能来过滤出包含 Cookie 的请求 弃用标签
如需了解 Google Ad Manager 如何处理 Cookie 弃用标签, 请参阅 Google Ad Manager 帮助中心。
出价请求
Google Authorized Buyers 出价请求协议
Chrome 的 Cookie 弃用标签显示在
BidRequest.Device
消息中的 cookie_deprecation_label
字段。此字段
提供了开放式 Beta 版协议。
其定义如下:
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 协议
Chrome 的 Cookie 弃用标签在 OpenRTB 中提供
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"
}
}
}
该扩展程序采用开放式 Beta 版协议。
可用性
出价请求中是否包含 Chrome 弃用标签取决于 现有的隐私保护措施和控制措施。例如,Chrome 提供的 标签不可用。
预定位维度
出价方可以在预定位配置中设置新的预定位维度 以过滤出带有 Chrome 标签的请求 ,了解所有最新动态。每个预定位配置可以包含一个或多个标签。
支持的标签包括:
模式 | 标签 |
B |
|
A |
|
例如,如果预定位配置包含 [label_only_3, label_only_4]
,
那么如果请求包含
label_only_3
或 label_only_4
。