Deprecation Schedule
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:
API Version |
Deprecation Date |
Sunset Date |
v3.5 |
Jun 15, 2022 |
May 01, 2023 |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eCampaign Manager 360 API typically supports three versions concurrently, with older versions being deprecated and eventually sunsetted.\u003c/p\u003e\n"],["\u003cp\u003eDeprecated API versions are announced with a sunset date, offering a 7-month deprecation period for users to migrate to newer versions.\u003c/p\u003e\n"],["\u003cp\u003eAfter 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.\u003c/p\u003e\n"],["\u003cp\u003eVersion v3.5 of the Campaign Manager 360 API was deprecated on June 15, 2022 and sunset on May 1, 2023.\u003c/p\u003e\n"]]],[],null,["# Deprecation Schedule\n\nThere will generally be three supported versions of the Campaign Manager 360 API at any\ngiven time. When a new version is released, a sunset date is announced for the\nprevious version. A version is considered deprecated once a sunset date has been\nannounced for it.\n\nThe deprecation period for most versions will be approximately 7 months.\nWhile deprecated versions remain available until the scheduled sunset date,\nusers are encouraged to use the deprecation period to migrate to a newer\nversion. After the sunset date, deprecated versions will no longer be available.\nWhat happens when a version sunsets?\n\nWhen 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: \n\n```text\n{\n \"error\": {\n \"errors\": [\n {\n \"domain\": \"global\",\n \"reason\": \"forbidden\",\n \"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.\"\n }\n ],\n \"code\": 403,\n \"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.\"\n }\n}\n \n```\n\nAfter 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.\n\n*** ** * ** ***\n\nA schedule of the currently announced deprecation and sunset dates is provided\nbelow:\n\n| API Version | Deprecation Date | Sunset Date |\n|-------------|------------------|--------------|\n| v3.5 | Jun 15, 2022 | May 01, 2023 |"]]