Skip to main content
This feature provides more flexibility that allow advertisers to override a line-item budget for specific days or months. You can set a monthly/daily budget override to temporarily spend more or less than the current monthly/daily budget for the months you specify. The override will take effect at midnight in your time zone on the first day of the month or first day of the range you select.

Endpoints

 

Budget Override Attributes

Data Type: object arrayDescription: Line item budget override monthly part, chronological order restricted.
Data Type: object arrayDescription: Line item budget override daily part, chronological order restricted.
Data Type: string (date-time)Description: Monthly budget override start month, format yyyy-MM. If it is null, the StartMonth would be the following month of the last item in the override sequence.
Data Type: string (date-time)Description: Daily budget override start date, format yyyy-MM-dd. If it is null, the StartDate would be the following date of the last item in the override sequence.
Data Type: stringDescription: The number of months (monthly Budget Override) or days (daily budget override) that the override is active from StartMonth (monthly budget override) or Start (daily budget override)Examples
  1. Monthly Override: “1M”. Must end with ‘M’ or ‘m’
  2. Daily Override: “1D”. Must end with ‘D’ or ‘d’
Data Type: number (double)Description: Monthly budget override maximum monthly spend amount.
Data Type: number (double)Description: Daily budget override maximum daily spend amount.
Data Type: stringDescription: Monthly or daily budget override computed status.

Campaigns

Get Campaign Budget Override

Sample Request
Sample Response

Update Campaign Budget Override

Sample Request
Sample Response

Line-items

Get Line Item Budget Override

Retrieves all existing budget overrides Sample Request
Sample Response

Update Line Item Budget Override

Be careful with overlapping different overridesBudget overrides cannot overlap. When scheduling a new override make sure it doesn’t overlap with the duration of other overrides to avoid 400 validation errors.
Sample Request
Sample Response

Responses