[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eForecastBreakdown objects represent the forecasted delivery breakdown for specific targets and/or creatives, providing insights into potential ad performance.\u003c/p\u003e\n"],["\u003cp\u003eThese breakdowns include a start and end time, defining the period for which the forecast is generated.\u003c/p\u003e\n"],["\u003cp\u003eEach breakdown contains entries detailing the forecasted metrics for each target or creative specified in the forecast request.\u003c/p\u003e\n"]]],["The `ForecastService` utilizes `AvailabilityForecast` to provide `ForecastBreakdown`, which details entries for targetings or creatives. The `ForecastBreakdown` includes a `startTime` and `endTime`, both represented as `DateTime`, indicating the period of the breakdown. It also contains `breakdownEntries`, an array of `ForecastBreakdownEntry` objects, matching the order specified in `ForecastBreakdownOptions.targets`. This namespace is used to retrieve information of breakdown.\n"],null,["# type ForecastBreakdown (v202411)\n\n**Service** \n**ForecastService** **Dependencies** \n[AvailabilityForecast](/ad-manager/api/reference/v202411/ForecastService.AvailabilityForecast) \n▼\n**ForecastBreakdown**\n\nRepresents the breakdown entries for a list of targetings and/or creatives.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `startTime` | ` `[DateTime](/ad-manager/api/reference/v202411/ForecastService.DateTime)` ` The starting time of the represented breakdown. |\n| ### `endTime` | ` `[DateTime](/ad-manager/api/reference/v202411/ForecastService.DateTime)` ` The end time of the represented breakdown. |\n| ### `breakdownEntries` | ` `[ForecastBreakdownEntry](/ad-manager/api/reference/v202411/ForecastService.ForecastBreakdownEntry)`[]` The forecast breakdown entries in the same order as in the [ForecastBreakdownOptions.targets](/ad-manager/api/reference/v202411/ForecastService.ForecastBreakdownOptions#targets) field. |"]]