type ForecastBreakdown (v202408)
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/v202408
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 represents the breakdown entries for targetings and/or creatives.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a start and end time for the breakdown using DateTime objects.\u003c/p\u003e\n"],["\u003cp\u003eForecastBreakdown includes forecast breakdown entries in the order specified in ForecastBreakdownOptions.targets.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for ForecastBreakdown is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ForecastBreakdown` details entries for targetings or creatives. It uses `startTime` and `endTime` fields, both of `DateTime` type, to specify the time period of the breakdown. The `breakdownEntries` field, an array of `ForecastBreakdownEntry`, provides the individual forecast entries, ordered as per the `ForecastBreakdownOptions.targets`. This information can be found under `ForecastService` which is part of the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type ForecastBreakdown (v202408)\n\n**Service** \n**ForecastService** **Dependencies** \n[AvailabilityForecast](/ad-manager/api/reference/v202408/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/v202408`\n\n| Field ----- ||\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `startTime` | ` `[DateTime](/ad-manager/api/reference/v202408/ForecastService.DateTime)` ` The starting time of the represented breakdown. |\n| ### `endTime` | ` `[DateTime](/ad-manager/api/reference/v202408/ForecastService.DateTime)` ` The end time of the represented breakdown. |\n| ### `breakdownEntries` | ` `[ForecastBreakdownEntry](/ad-manager/api/reference/v202408/ForecastService.ForecastBreakdownEntry)`[]` The forecast breakdown entries in the same order as in the [ForecastBreakdownOptions.targets](/ad-manager/api/reference/v202408/ForecastService.ForecastBreakdownOptions#targets) field. |"]]