[[["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\u003eThe ForecastService helps predict the delivery of prospective line items that are planned to be reserved together.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes two main methods: \u003ccode\u003egetDeliveryForecast()\u003c/code\u003e and \u003ccode\u003egetDeliveryForecastByIds()\u003c/code\u003e to generate forecasts.\u003c/p\u003e\n"],["\u003cp\u003eDelivery forecasts are provided for each line item within a reservation, detailing their projected performance.\u003c/p\u003e\n"],["\u003cp\u003eThe service's data structure, DeliveryForecast, encapsulates this information within its \u003ccode\u003elineItemDeliveryForecasts\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eIts namespace is designated as \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ForecastService` offers two key actions: `getDeliveryForecast()` and `getDeliveryForecastByIds()`. These actions provide a `DeliveryForecast`, which details the projected delivery for a collection of `ProspectiveLineItem` objects. The `DeliveryForecast` includes a `lineItemDeliveryForecasts` field, an array of `LineItemDeliveryForecast` objects, representing the forecasted delivery of the specified line items. The service operates within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"],null,["# type DeliveryForecast (v202408)\n\n**Service** \n**ForecastService** **Dependencies** \n[getDeliveryForecast()](/ad-manager/api/reference/v202408/ForecastService#getDeliveryForecast) [getDeliveryForecastByIds()](/ad-manager/api/reference/v202408/ForecastService#getDeliveryForecastByIds) \n▼\n**DeliveryForecast**\n\nThe forecast of delivery for a list of [ProspectiveLineItem](/ad-manager/api/reference/v202408/ForecastService.ProspectiveLineItem) objects to be reserved at the\nsame time.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `lineItemDeliveryForecasts` | ` `[LineItemDeliveryForecast](/ad-manager/api/reference/v202408/ForecastService.LineItemDeliveryForecast)`[]` The delivery forecasts of the forecasted line items. |"]]