From 938b547283298f6bc99d928ab5c47cd104b127a2 Mon Sep 17 00:00:00 2001 From: PeterDenniss <73728025+PeterDenniss@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:12:29 +0900 Subject: [PATCH] feat: [ADS3L-3814] Update documentation to show that create, enable campaign endpoints are no longer available for standard accounts. (#42) * Update changelog * Add notes about disabled endpoints --- README.md | 8 ++++++++ smartnews-ads-management-api.md | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index c441d50..ee98fb6 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ In this case, please wait a short time and retry the request again. # Recent Releases +## 2025-09-24 + +Standard ad accounts (ie non-dynamic ads accounts) can no longer create campaigns via the `POST /v1.0/accounts/{accountId}/campaigns` endpoint. + +Also, campaigns can no longer be enabled via the `POST /v1.0/campaigns/{campaignId}/update_enable` endpoint. + +Please use [SmartNews Marketing API (2.0.0)](https://ads.smartnews.com/developers) instead. + ## 2025-06-30 Added [rate limiting](#rate-limiting). diff --git a/smartnews-ads-management-api.md b/smartnews-ads-management-api.md index 8b3de97..9eda42b 100644 --- a/smartnews-ads-management-api.md +++ b/smartnews-ads-management-api.md @@ -400,6 +400,8 @@ Because of the difference in the product specification of AMv1 and AMv2, the fol #### POST /v1.0/accounts/{accountId}/campaigns +**As of 2025/09/24 this endpoint is no longer available for non-dynamic ads accounts.** + Create a new campaign associated with the current account. ##### Parameters [in request path] @@ -625,6 +627,8 @@ Request with no content body. #### POST /v1.0/campaigns/{campaignId}/update_enable +**As of 2025/09/24 this endpoint is no longer available for non-dynamic ads accounts.** + Change campaign `enable` field to `true` or `false`. (`true` means deliverable state, and `false` means *NOT* deliverable state) ##### Example Request