type DeliveryForecastOptions (v202411)
Forecasting options for line item delivery forecasts.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["The `ForecastService` allows for the retrieval of delivery forecasts for line items, potentially using specific IDs."],["`DeliveryForecastOptions` provide configuration for these forecasts, including the ability to specify line items to be excluded from the simulation via `ignoredLineItemIds`."],["The operations related to forecasting reside within the namespace `https://www.google.com/apis/ads/publisher/v202411`."]]],["The `ForecastService` provides two methods: `getDeliveryForecast()` and `getDeliveryForecastByIds()`, which are used to retrieve delivery forecasts. It uses `DeliveryForecastOptions` that allows for customization. Specifically, it includes the ability to exclude certain line items from the forecast simulation, achieved by specifying their IDs in the `ignoredLineItemIds` field, which accepts an array of long integer values. This service operates within the namespace `https://www.google.com/apis/ads/publisher/v202411`.\n"]]