type ForecastBreakdownOptions (v202405)
Configuration of forecast breakdown.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["ForecastBreakdownOptions configure how forecast data is broken down into segments for analysis."],["It allows specifying time windows for analysis, defaulting to the LineItem's time window if not explicitly defined."],["Breakdown targets, such as specific demographics or geographic regions, can be defined for each time window to further segment the forecast data, otherwise, it defaults to the LineItem's targeting."],["At least two DateTime objects are required to define the boundaries of at least one time window, and they must be in the same time zone and in ascending order."],["This feature resides within the Google Ad Manager API and utilizes a specific namespace for its operations."]]],["`ForecastBreakdownOptions` configures forecast breakdowns within the `ForecastService`. It uses `timeWindows`, a list of `DateTime` objects, to define time boundaries for the breakdown. At least two `DateTime`s in ascending order and the same timezone are required to define one time window. `targets`, a list of `ForecastBreakdownTarget` objects, specifies breakdown targets for each time window, defaulting to the forecasted `LineItem`'s targeting if not set. These configurations are used to obtain a breakdown of the forecast.\n"]]