[[["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 2024-08-20 UTC."],[[["The `AvailabilityForecastOptions` object defines forecasting options for line item availability forecasts within the Google Ad Manager API."],["It allows publishers to specify whether to include breakdowns by targeting criteria and contending line items in the forecast results."],["Options can be further customized using the `ForecastBreakdownOptions` object to specify the desired breakdown level."]]],["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"]]