通常情况下,系统会提供三种受支持的 Campaign Manager 360 API 版本
。每当发布新版本时,
先前版本。弃用日期过后,相应版本便会被视为“已弃用”
。
大多数版本的弃用期约为 7 个月。
虽然“已弃用”版本在预定的停用日期之前仍可使用,
我们建议用户利用弃用期迁移到较新的
版本。弃用日期之后,将不再提供已弃用的版本。
<ph type="x-smartling-placeholder">
</ph>
停用某个版本后会出现什么情况?
停用某个版本后,系统会拒绝所有收到的请求并返回 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 日 |