Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 4 additions & 0 deletions smartnews-ads-management-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down