type ForecastBreakdown (v202508)

  • ForecastBreakdown represents the breakdown entries for a list of targetings and/or creatives.

  • It includes startTime and endTime fields of type DateTime to represent the breakdown period.

  • The breakdownEntries field contains an array of ForecastBreakdownEntry objects, ordered according to the specified targets.

Represents the breakdown entries for a list of targetings and/or creatives.


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

Field

startTime

DateTime

The starting time of the represented breakdown.

endTime

DateTime

The end time of the represented breakdown.

breakdownEntries

ForecastBreakdownEntry[]

The forecast breakdown entries in the same order as in the ForecastBreakdownOptions.targets field.