type ForecastBreakdownEntry (v202411)

  • ForecastBreakdownEntry represents a single breakdown within a forecast, providing specific insights.

  • Each entry can be optionally named for identification and includes a detailed forecast.

  • The forecast details are encapsulated in a separate BreakdownForecast object.

  • The entry is associated with a ForecastBreakdownTarget through the name field, if specified.

A single forecast breakdown entry.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

name

xsd:string

The optional name of this entry, as specified in the corresponding ForecastBreakdownTarget.name field.

forecast

BreakdownForecast

The forecast of this entry.