type DeliveryForecast (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
The forecast of delivery for a list of ProspectiveLineItem objects to be reserved at the
same time.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eForecastService\u003c/code\u003e allows forecasting delivery for prospective line items to be reserved concurrently.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeliveryForecast\u003c/code\u003e objects contain \u003ccode\u003eLineItemDeliveryForecast\u003c/code\u003e data, providing insights into individual line item performance.\u003c/p\u003e\n"],["\u003cp\u003eThis service uses methods like \u003ccode\u003egetDeliveryForecast()\u003c/code\u003e and \u003ccode\u003egetDeliveryForecastByIds()\u003c/code\u003e for retrieving forecast information.\u003c/p\u003e\n"],["\u003cp\u003eForecasts are provided within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# type DeliveryForecast (v202411)\n\n**Service** \n**ForecastService** **Dependencies** \n[getDeliveryForecast()](/ad-manager/api/reference/v202411/ForecastService#getDeliveryForecast) [getDeliveryForecastByIds()](/ad-manager/api/reference/v202411/ForecastService#getDeliveryForecastByIds) \n▼\n**DeliveryForecast**\n\nThe forecast of delivery for a list of [ProspectiveLineItem](/ad-manager/api/reference/v202411/ForecastService.ProspectiveLineItem) objects to be reserved at the\nsame time.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `lineItemDeliveryForecasts` | ` `[LineItemDeliveryForecast](/ad-manager/api/reference/v202411/ForecastService.LineItemDeliveryForecast)`[]` The delivery forecasts of the forecasted line items. |"]]