Stay organized with collections
Save and categorize content based on your preferences.
There will generally be three supported versions of the Campaign Manager 360 API at any
given time. When a new version is released, a sunset date is announced for the
previous version. A version is considered deprecated once a sunset date has been
announced for it.
The deprecation period for most versions will be approximately 7 months.
While deprecated versions remain available until the scheduled sunset date,
users are encouraged to use the deprecation period to migrate to a newer
version. After the sunset date, deprecated versions will no longer be available.
What happens when a version sunsets?
When a version is sunset all incoming requests are rejected with an HTTP 403: Forbidden error response. These errors are accompanied by a message alerting users that the version is no longer supported:
{
"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."
}
}
After some time, the version is fully deactivated and becomes unreachable. At that point, all requests against the version receive a generic HTTP 404: Not Found error response.
A schedule of the currently announced deprecation and sunset dates is provided
below:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 UTC."],[[["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."]]],[]]