Retrieve budgets and forecasts (Ad Spend Budget, Sales Budget, Sales Forecast)
Returns the sales budget, sales forecast and ad spend budget targets for a channel over a date range. Data is an ordered array with ISO 8601 and Unix epoch start/end times for each period bucket; the number of buckets depends on interval (for example a one-year range with interval=month returns ~12 buckets, interval=week ~52, interval=day ~366). The totals object is the summed roll-up across the whole range.
Authorizations
Query Parameters
Channel (store) ID.
Merchant ID that owns the channel. URL-encode values containing spaces or '@'.
Start of the window as Unix epoch seconds.
End of the window as Unix epoch seconds.
IANA timezone string, for example Australia/Sydney.
Time bucket size for the data breakdown. day returns one entry per day, week per week, month per month. Defaults to day.
day, week, month