[[["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-11-19 UTC."],[[["The `ForecastService` allows forecasting delivery for prospective line items to be reserved concurrently."],["`DeliveryForecast` objects contain `LineItemDeliveryForecast` data, providing insights into individual line item performance."],["This service uses methods like `getDeliveryForecast()` and `getDeliveryForecastByIds()` for retrieving forecast information."],["Forecasts are provided within the namespace `https://www.google.com/apis/ads/publisher/v202411`."]]],["The `ForecastService` offers two key actions: `getDeliveryForecast()` and `getDeliveryForecastByIds()`. These methods provide delivery forecasts for a list of `ProspectiveLineItem` objects. The output is a `DeliveryForecast`, which details the predicted delivery for line items to be reserved concurrently. This `DeliveryForecast` includes a field named `lineItemDeliveryForecasts`, containing an array of `LineItemDeliveryForecast` objects, each representing the delivery forecast for an individual forecasted line item.\n"]]