type ForecastBreakdownEntry (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
A single forecast breakdown entry.
- 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\u003eForecastBreakdownEntry represents a single entry within a forecast breakdown.\u003c/p\u003e\n"],["\u003cp\u003eIt includes an optional name and the forecast for that specific entry.\u003c/p\u003e\n"],["\u003cp\u003eThe name is derived from the ForecastBreakdownTarget's name field.\u003c/p\u003e\n"],["\u003cp\u003eBreakdownForecast provides the actual forecast data for the entry.\u003c/p\u003e\n"]]],["The `ForecastService` provides `ForecastBreakdown` data, which is detailed in `ForecastBreakdownEntry`. Each entry contains a `name` (a string) that corresponds to a `ForecastBreakdownTarget` name and a `forecast` (of type `BreakdownForecast`). This data provides a granular breakdown of a forecast. The data is accessed from the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type ForecastBreakdownEntry (v202408)\n\n**Service** \n**ForecastService** **Dependencies** \n[ForecastBreakdown](/ad-manager/api/reference/v202408/ForecastService.ForecastBreakdown) \n▼\n**ForecastBreakdownEntry**\n\nA single forecast breakdown entry.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `name` | ` `xsd:`string` The optional name of this entry, as specified in the corresponding [ForecastBreakdownTarget.name](/ad-manager/api/reference/v202408/ForecastService.ForecastBreakdownTarget#name) field. |\n| ### `forecast` | ` `[BreakdownForecast](/ad-manager/api/reference/v202408/ForecastService.BreakdownForecast)` ` The forecast of this entry. |"]]