type AvailabilityForecastOptions (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Forecasting options for line item availability forecasts.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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 ForecastService provides forecasting options for line item availability, and can include breakdowns by targeting and contending line items.\u003c/p\u003e\n"],["\u003cp\u003eAvailabilityForecastOptions allows publishers to specify whether they want to include targeting criteria and contending line items breakdowns in their forecasts.\u003c/p\u003e\n"],["\u003cp\u003eThese options are configurable through boolean fields like \u003ccode\u003eincludeTargetingCriteriaBreakdown\u003c/code\u003e and \u003ccode\u003eincludeContendingLineItems\u003c/code\u003e, and further breakdown customization is available through \u003ccode\u003eForecastBreakdownOptions\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for these options is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ForecastService` provides two key actions: `getAvailabilityForecast()` and `getAvailabilityForecastById()`. `AvailabilityForecastOptions` can modify the forecast results, including `includeTargetingCriteriaBreakdown` to include breakdowns by targeting, `includeContendingLineItems` to include competing line items, and `breakdown` for more granular options. These booleans modify the output data, and are part of the forecasting options for line item availability.\n"],null,["# type AvailabilityForecastOptions (v202411)\n\n**Service** \n**ForecastService** **Dependencies** \n[getAvailabilityForecast()](/ad-manager/api/reference/v202411/ForecastService#getAvailabilityForecast) [getAvailabilityForecastById()](/ad-manager/api/reference/v202411/ForecastService#getAvailabilityForecastById) \n▼\n**AvailabilityForecastOptions**\n\nForecasting options for line item availability forecasts.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `includeTargetingCriteriaBreakdown` | ` `xsd:`boolean` When specified, forecast result for the availability line item will also include breakdowns by its targeting in [AvailabilityForecast.targetingCriteriaBreakdowns](/ad-manager/api/reference/v202411/ForecastService.AvailabilityForecast#targetingCriteriaBreakdowns). |\n| ### `includeContendingLineItems` | ` `xsd:`boolean` When specified, the forecast result for the availability line item will also include contending line items in [AvailabilityForecast.contendingLineItems](/ad-manager/api/reference/v202411/ForecastService.AvailabilityForecast#contendingLineItems). |\n| ### `breakdown` | ` `[ForecastBreakdownOptions](/ad-manager/api/reference/v202411/ForecastService.ForecastBreakdownOptions)` ` \u003cbr /\u003e |"]]