type ForecastBreakdownEntry (v202411)
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/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\u003eForecastBreakdownEntry represents a single breakdown within a forecast, providing specific insights.\u003c/p\u003e\n"],["\u003cp\u003eEach entry can be optionally named for identification and includes a detailed forecast.\u003c/p\u003e\n"],["\u003cp\u003eThe forecast details are encapsulated in a separate BreakdownForecast object.\u003c/p\u003e\n"],["\u003cp\u003eThe entry is associated with a ForecastBreakdownTarget through the name field, if specified.\u003c/p\u003e\n"]]],["The content describes `ForecastBreakdownEntry`, a component within `ForecastService`. It represents a single entry in a forecast breakdown. Each entry has an optional `name`, which corresponds to a `ForecastBreakdownTarget.name`, and a `forecast`. The `forecast` field utilizes `BreakdownForecast` to represent the predicted outcome for the specific breakdown entry. It is defined within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type ForecastBreakdownEntry (v202411)\n\n**Service** \n**ForecastService** **Dependencies** \n[ForecastBreakdown](/ad-manager/api/reference/v202411/ForecastService.ForecastBreakdown) \n▼\n**ForecastBreakdownEntry**\n\nA single forecast breakdown entry.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\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/v202411/ForecastService.ForecastBreakdownTarget#name) field. |\n| ### `forecast` | ` `[BreakdownForecast](/ad-manager/api/reference/v202411/ForecastService.BreakdownForecast)` ` The forecast of this entry. |"]]