Use * syntax for faster search
Page History
Tip | ||||
---|---|---|---|---|
| ||||
To view this changelog as an RSS feed, add the following URL [source link] to an RSS reader. |
June 10, 2025
New Validation for Flight Budgets
What is it? For the active_flights array of objects within line item endpoints, a new validation is being added that will require a minimum budget of 1 for impressions_budget and a minimum budget of 0.01 for spend_budget.
How am I affected? On June 10th, 2025, a new validation will require inputting a budget greater than 0 for impressions_budget and a budget greater than 0 for spend_budget within the active_flights array of objects. If a value of 0 is passed for either of these, we will throw an error and prevent save. This will impact the POST, PUT, and PATCH methods for the following endpoints:
- /line-items
- /line-items/bulk
- /line-items/bulk/validate
- /line-items/import
- /line-items/{id}
Resource(s): Line items
May 19, 2025
New Validation for Campaign Endpoints
...