[UPDATE] Upcoming Change to Minimum Campaign Budget Effective November 3rd 2025
19 views
Skip to first unread message
Laine Rosa
unread,
Oct 16, 2025, 4:16:17 PM (14 days ago) Oct 16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Outbrain-AmplifyApi
Hello all,We are writing to inform you of an upcoming change to our budget API. To help increase campaign performance and ensure new campaigns can generate results in a timely fashion, we are adjusting the minimum required budget. This change will ensure campaigns have sufficient daily spend for our optimization systems to function effectivelySummary of the Change
What: The minimum daily budget for a new campaign will be increased from $20.00 to $25.00 USD.
Effective Date: This change will take effect on November 3rd 2025
Scope: This change applies only to newly created campaigns. Existing campaigns with budgets under $25.00 will continue to run without any interruption or required changes.
How This Affects You Starting November 3rd, any API call to the POST /budgetsendpoint will enforce the following setting:
if type = "DAILY" then amount must be >= $25 (or equivalent for the campaign currency)
if type = "MONTHLY" then amount must be >= $750 (or equivalent for the campaign currency)
if type = "CAMPAIGN" then amount must be >= $25x number of campaign days (or equivalent for the campaign currency)
In addition, any API call to the PUT /budgetsendpoint to update campaigns that were created after November 3rd 2025, will have the same enforcement.Action Required Please review your budget and campaign creation and update logic and ensure that any new campaigns are created with a daily budget of at least $25.00. We recommend making this update in your integration before the effective date to ensure a smooth transition.