淘汰時間表
一般而言,Campaign Manager 360 API 通常會支援三個版本
時間。新版本推出時,我們會在
較舊版本服務終止日期過後,就視為已淘汰版本
。
大多數版本的淘汰期約為 7 個月。
在預定的停用日期前,已淘汰的版本仍可繼續使用。
建議使用者運用淘汰期,改用較新的
版本。服務終止日期過後,已淘汰的版本將不再提供。
版本停用會有什麼影響?
版本停用時,所有傳入要求都會遭到拒絕,並顯示 HTTP 403: Forbidden
錯誤回應。遇到以下錯誤時,旁邊會一併顯示訊息,提醒使用者系統已不再支援該版本:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "forbidden",
"message": "3140 : Version v2.x of the DCM/DFA Trafficking and Reporting API is no longer supported. Please upgrade to the latest version of the API."
}
],
"code": 403,
"message": "3140 : Version v2.x of the DCM/DFA Trafficking and Reporting API is no longer supported. Please upgrade to the latest version of the API."
}
}
經過一段時間後,該版本會完全停用,屆時將無法存取。屆時,針對版本發出的所有要求都會收到一般的 HTTP 404: Not Found
錯誤回應。
已提供目前宣布的淘汰與停用日期時間表
如下:
API 版本 |
淘汰日期 |
停用日期 |
v3.5 |
2022 年 6 月 15 日 |
2023 年 5 月 1 日 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-20 (世界標準時間)。
[null,null,["上次更新時間:2024-09-20 (世界標準時間)。"],[[["Campaign Manager 360 API typically supports three versions concurrently, with older versions being deprecated and eventually sunsetted."],["Deprecated API versions are announced with a sunset date, offering a 7-month deprecation period for users to migrate to newer versions."],["After the sunset date, requests to deprecated versions will result in errors, initially an HTTP 403 Forbidden error and later an HTTP 404 Not Found error."],["Version v3.5 of the Campaign Manager 360 API was deprecated on June 15, 2022 and sunset on May 1, 2023."]]],[]]