弃用
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
BidRequest 或 BidResponse 中的字段有时可能会被弃用。已弃用的字段最终会停用,这意味着它们将从协议中移除,并且不再有效。
通知期是指从弃用到停用之间的时间。在通知期内,请更新您的代码以移除对已弃用字段的所有依赖项,确保服务不会中断。
已弃用的字段具有 [deprecated = true] 选项,并且其说明的第一行包含以下语句:
Deprecated. This will be removed in {MONTH} {YEAR}
您可能还会遇到带有 DEPRECATED_ 前缀的已弃用字段名称,这是标记已弃用字段的旧版方式。
弃用和停用会在版本说明和博客中公布。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-11-12。
[null,null,["最后更新时间 (UTC):2025-11-12。"],[],["Deprecated fields in `BidRequest` or `BidResponse` will eventually be removed. During the notification period before removal, update code to remove dependencies on these fields. Deprecated fields are marked with `[deprecated = true]` and a removal date in their description, or a `DEPRECATED_` prefix. Deprecations and sunsets are announced in release notes and the blog. Ensure continuous service by updating your code.\n"]]