type ForecastBreakdown (v202502)

  • ForecastBreakdown represents breakdown entries for targetings and/or creatives.

  • It includes the start time and end time of the represented breakdown using DateTime objects.

  • The breakdown entries are contained in a list of ForecastBreakdownEntry objects.

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


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

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.