[[["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 2024-05-15 UTC."],[[["ForecastBreakdownEntry represents a single entry within a forecast breakdown."],["It includes an optional name and the corresponding forecast data."],["The `name` field, if present, is derived from the associated ForecastBreakdownTarget."],["The `forecast` field provides detailed breakdown forecast information through the BreakdownForecast object."],["The entry is part of the Google Ad Manager API and uses a specific namespace for identification."]]],["The `ForecastService` provides `ForecastBreakdown`, which is composed of `ForecastBreakdownEntry` objects. Each `ForecastBreakdownEntry` represents a single breakdown entry and has two key fields: `name`, an optional string that corresponds to a `ForecastBreakdownTarget.name`, and `forecast`, a `BreakdownForecast` that represents the forecast for that specific entry. This is within the `https://www.google.com/apis/ads/publisher/v202405` namespace.\n"]]