type AvailabilityForecastOptions (v202408)
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/v202408
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\u003eAvailabilityForecastOptions\u003c/code\u003e object defines forecasting options for line item availability forecasts within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eIt allows publishers to specify whether to include breakdowns by targeting criteria and contending line items in the forecast results.\u003c/p\u003e\n"],["\u003cp\u003eOptions can be further customized using the \u003ccode\u003eForecastBreakdownOptions\u003c/code\u003e object to specify the desired breakdown level.\u003c/p\u003e\n"]]],["The `ForecastService` provides two methods: `getAvailabilityForecast()` and `getAvailabilityForecastById()`. The `AvailabilityForecastOptions` allow for customization of the forecast results. These options include: `includeTargetingCriteriaBreakdown` to include targeting breakdowns, `includeContendingLineItems` to list contending line items, and `breakdown`, which uses `ForecastBreakdownOptions` for more specific forecast breakdowns. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type AvailabilityForecastOptions (v202408)\n\n**Service** \n**ForecastService** **Dependencies** \n[getAvailabilityForecast()](/ad-manager/api/reference/v202408/ForecastService#getAvailabilityForecast) [getAvailabilityForecastById()](/ad-manager/api/reference/v202408/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/v202408`\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/v202408/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/v202408/ForecastService.AvailabilityForecast#contendingLineItems). |\n| ### `breakdown` | ` `[ForecastBreakdownOptions](/ad-manager/api/reference/v202408/ForecastService.ForecastBreakdownOptions)` ` \u003cbr /\u003e |"]]