type DeliveryForecastOptions (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eForecastService\u003c/code\u003e allows for the retrieval of delivery forecasts for line items, potentially using specific IDs.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeliveryForecastOptions\u003c/code\u003e provide configuration for these forecasts, including the ability to specify line items to be excluded from the simulation via \u003ccode\u003eignoredLineItemIds\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe operations related to forecasting reside within the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# type DeliveryForecastOptions (v202411)\n\n**Service** \n**ForecastService** **Dependencies** \n[getDeliveryForecast()](/ad-manager/api/reference/v202411/ForecastService#getDeliveryForecast) [getDeliveryForecastByIds()](/ad-manager/api/reference/v202411/ForecastService#getDeliveryForecastByIds) \n▼\n**DeliveryForecastOptions**\n\nForecasting options for line item delivery forecasts.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------------|---------------------------------------------------------------------------------------|\n| ### `ignoredLineItemIds` | ` `xsd:`long[]` Line item IDs to be ignored while performing the delivery simulation. |"]]