[[["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 represents the breakdown entries for targetings and/or creatives.\u003c/p\u003e\n"],["\u003cp\u003eIt provides a start and end time for the breakdown using DateTime objects.\u003c/p\u003e\n"],["\u003cp\u003eForecastBreakdown includes forecast breakdown entries in the order specified in ForecastBreakdownOptions.targets.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for ForecastBreakdown is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ForecastBreakdown` details entries for targetings or creatives. It uses `startTime` and `endTime` fields, both of `DateTime` type, to specify the time period of the breakdown. The `breakdownEntries` field, an array of `ForecastBreakdownEntry`, provides the individual forecast entries, ordered as per the `ForecastBreakdownOptions.targets`. This information can be found under `ForecastService` which is part of the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type ForecastBreakdown (v202408)\n\n**Service** \n**ForecastService** **Dependencies** \n[AvailabilityForecast](/ad-manager/api/reference/v202408/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/v202408`\n\n| Field ----- ||\n|------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `startTime` | ` `[DateTime](/ad-manager/api/reference/v202408/ForecastService.DateTime)` ` The starting time of the represented breakdown. |\n| ### `endTime` | ` `[DateTime](/ad-manager/api/reference/v202408/ForecastService.DateTime)` ` The end time of the represented breakdown. |\n| ### `breakdownEntries` | ` `[ForecastBreakdownEntry](/ad-manager/api/reference/v202408/ForecastService.ForecastBreakdownEntry)`[]` The forecast breakdown entries in the same order as in the [ForecastBreakdownOptions.targets](/ad-manager/api/reference/v202408/ForecastService.ForecastBreakdownOptions#targets) field. |"]]