type DeliveryForecast (v202402)
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/v202402
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 2024-02-13 UTC.
[null,null,["Last updated 2024-02-13 UTC."],[[["The `ForecastService` helps you predict the delivery of prospective line items before they are reserved."],["This service provides methods to retrieve delivery forecasts based on line item properties or IDs."],["A `DeliveryForecast` object summarizes the predicted delivery for a group of line items to be reserved simultaneously."],["Forecasts include detailed information about individual line items through `LineItemDeliveryForecast` objects."],["Access the service using the namespace `https://www.google.com/apis/ads/publisher/v202402`."]]],["The core content details the `ForecastService`, which provides delivery forecasts for prospective line items. It uses two main actions: `getDeliveryForecast()` and `getDeliveryForecastByIds()`. The `DeliveryForecast` object, within the `https://www.google.com/apis/ads/publisher/v202402` namespace, contains an array of `LineItemDeliveryForecast` objects in the `lineItemDeliveryForecasts` field. This array presents the forecasted delivery for each of the prospective line items.\n"]]