type DeliveryForecastOptions (v202408)
Forecasting options for line item delivery forecasts.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The ForecastService uses the getDeliveryForecast() and getDeliveryForecastByIds() methods for line item delivery forecasts."],["DeliveryForecastOptions allows for specifying line items to be excluded from the delivery simulation using the ignoredLineItemIds field."],["This functionality resides within the `https://www.google.com/apis/ads/publisher/v202408` namespace."]]],["The `ForecastService` provides methods for retrieving delivery forecasts, including `getDeliveryForecast()` and `getDeliveryForecastByIds()`. It uses `DeliveryForecastOptions` to refine the forecast, allowing users to specify options such as a list of `ignoredLineItemIds`. These `ignoredLineItemIds` are an array of long values that are excluded from the delivery simulation. The relevant namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"]]