type DeliveryForecast (v202408)
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/v202408
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 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. |"]]