淘汰項目
BidRequest
或 BidResponse
中的欄位有時可能會淘汰。
已淘汰的欄位最終會停用,也就是說,系統會從
並且將無法再運作。
通知期是指從系統淘汰到停用之間的時間長度。
在通知期內更新程式碼,移除所有依附元件
,確保服務不中斷。
已淘汰的欄位含有 [deprecated = true]
選項,且下列
加入陳述:
Deprecated. This will be removed in {MONTH} {YEAR}
可能也會出現已淘汰的欄位名稱,且名稱前置字元為 DEPRECATED_
。
這是標示已淘汰欄位的舊版方式。
如需淘汰和停用資訊,請參閱版本
附註和
網誌。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-10 (世界標準時間)。
[null,null,["上次更新時間:2024-09-10 (世界標準時間)。"],[[["Fields in BidRequest and BidResponse can be deprecated and eventually removed (sunsetted)."],["You'll be notified before a field is removed, giving you time to update your code."],["Deprecated fields are marked with `[deprecated = true]` or a `DEPRECATED_` prefix in their description."],["Refer to release notes and the Ads Developer Blog for deprecation and sunset announcements."]]],["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"]]