type ForecastBreakdown (v202502)
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/v202502
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."],[],["The `ForecastBreakdown` details the breakdown entries for specified targetings and/or creatives. It operates within the `ForecastService` and relies on `AvailabilityForecast`. Key information includes the `startTime` and `endTime`, defining the temporal scope of the breakdown. The `breakdownEntries` field provides an array of `ForecastBreakdownEntry`, mirroring the order set in `ForecastBreakdownOptions.targets`, and the Namespace is `https://www.google.com/apis/ads/publisher/v202502`.\n"],null,["# type ForecastBreakdown (v202502)\n\n**Service** \n**ForecastService** **Dependencies** \n[AvailabilityForecast](/ad-manager/api/reference/v202502/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/v202502`\n\n| Field ----- ||\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `startTime` | ` `[DateTime](/ad-manager/api/reference/v202502/ForecastService.DateTime)` ` The starting time of the represented breakdown. |\n| ### `endTime` | ` `[DateTime](/ad-manager/api/reference/v202502/ForecastService.DateTime)` ` The end time of the represented breakdown. |\n| ### `breakdownEntries` | ` `[ForecastBreakdownEntry](/ad-manager/api/reference/v202502/ForecastService.ForecastBreakdownEntry)`[]` The forecast breakdown entries in the same order as in the [ForecastBreakdownOptions.targets](/ad-manager/api/reference/v202502/ForecastService.ForecastBreakdownOptions#targets) field. |"]]