type DeliveryForecastOptions (v202405)
Forecasting options for line item delivery forecasts.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202405
Field
|
ignoredLineItemIds
|
xsd:long[]
Line item IDs to be ignored while performing the delivery simulation.
|
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["The ForecastService helps to predict line item delivery using methods like `getDeliveryForecast()` and `getDeliveryForecastByIds()`."],["DeliveryForecastOptions, residing in the `https://www.google.com/apis/ads/publisher/v202405` namespace, allows for customization of delivery forecasts."],["`ignoredLineItemIds` field within DeliveryForecastOptions enables users to exclude specific line items, identified by their IDs, from the forecasting simulation."]]],["The `ForecastService` provides two methods: `getDeliveryForecast()` and `getDeliveryForecastByIds()`, for retrieving line item delivery forecasts. `DeliveryForecastOptions` allow customization of the forecast, including the ability to specify `ignoredLineItemIds` as an array of long integers. These IDs represent line items that should be excluded during delivery simulation. The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202405`.\n"]]