type ForecastBreakdown (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Represents the breakdown entries for a list of targetings and/or creatives.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eForecastBreakdown objects represent the forecasted delivery breakdown for specific targets and/or creatives, providing insights into potential ad performance.\u003c/p\u003e\n"],["\u003cp\u003eThese breakdowns include a start and end time, defining the period for which the forecast is generated.\u003c/p\u003e\n"],["\u003cp\u003eEach breakdown contains entries detailing the forecasted metrics for each target or creative specified in the forecast request.\u003c/p\u003e\n"]]],["The `ForecastService` utilizes `AvailabilityForecast` to provide `ForecastBreakdown`, which details entries for targetings or creatives. The `ForecastBreakdown` includes a `startTime` and `endTime`, both represented as `DateTime`, indicating the period of the breakdown. It also contains `breakdownEntries`, an array of `ForecastBreakdownEntry` objects, matching the order specified in `ForecastBreakdownOptions.targets`. This namespace is used to retrieve information of breakdown.\n"],null,["# type ForecastBreakdown (v202411)\n\n**Service** \n**ForecastService** **Dependencies** \n[AvailabilityForecast](/ad-manager/api/reference/v202411/ForecastService.AvailabilityForecast) \n▼\n**ForecastBreakdown**\n\nRepresents the breakdown entries for a list of targetings and/or creatives.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `startTime` | ` `[DateTime](/ad-manager/api/reference/v202411/ForecastService.DateTime)` ` The starting time of the represented breakdown. |\n| ### `endTime` | ` `[DateTime](/ad-manager/api/reference/v202411/ForecastService.DateTime)` ` The end time of the represented breakdown. |\n| ### `breakdownEntries` | ` `[ForecastBreakdownEntry](/ad-manager/api/reference/v202411/ForecastService.ForecastBreakdownEntry)`[]` The forecast breakdown entries in the same order as in the [ForecastBreakdownOptions.targets](/ad-manager/api/reference/v202411/ForecastService.ForecastBreakdownOptions#targets) field. |"]]