type ForecastBreakdownOptions (v202402)
Configuration of forecast breakdown.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202402
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-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["ForecastBreakdownOptions allows configuration of forecast breakdowns, including defining time windows and specifying breakdown targets."],["Time windows, if specified, require at least two `DateTime` objects in ascending order and within the same time zone to define boundaries."],["Breakdown targets, if not specified, default to the targeting of the forecasted `LineItem`."],["Both `timeWindows` and `targets` fields utilize specific data types defined within the Ad Manager API."],["The namespace for ForecastBreakdownOptions is `https://www.google.com/apis/ads/publisher/v202402`."]]],["The `ForecastBreakdownOptions` configures forecast breakdowns within the `ForecastService`. It utilizes `timeWindows`, which are `DateTime` arrays, to define time boundaries for the breakdown. At least two `DateTime`s in the same timezone and strictly ascending order are required. `targets`, `ForecastBreakdownTarget` arrays, specify the breakdown goals for each time window. If `targets` are not specified, the forecasted `LineItem`'s targeting is used. `timeWindows` will default to the `LineItem` if not specified.\n"]]