[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]