type ForecastBreakdownOptions (v202508)

  • ForecastBreakdownOptions is a configuration for forecast breakdown within the ForecastService.

  • It allows specifying time windows for breakdown using an array of DateTime objects, with specific requirements for defining boundaries and order.

  • Breakdown targets for each time window can be specified using an array of ForecastBreakdownTarget objects, otherwise the forecasted LineItem's targeting is assumed.

Configuration of forecast breakdown.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

timeWindows

DateTime[]

The boundaries of time windows to configure time breakdown.

By default, the time window of the forecasted LineItem is assumed if none are explicitly specified in this field. But if set, at least two DateTimes are needed to define the boundaries of minimally one time window.

Also, the time boundaries are required to be in the same time zone, in strictly ascending order.

targets

ForecastBreakdownTarget[]

For each time window, these are the breakdown targets. If none specified, the targeting of the forecasted LineItem is assumed.