[[["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-02-13 UTC."],[[["`ForecastAdjustmentStatus` is used to denote the state of a forecast adjustment within Google Ad Manager."],["Adjustments can be either `ACTIVE`, meaning they are used in forecasting, or `INACTIVE`, meaning they are ignored."],["An `UNKNOWN` status may be returned if the API version does not support exposing the true status."]]],["The `AdjustmentService` utilizes `ForecastAdjustment`, which has a `ForecastAdjustmentStatus`. This status determines if an adjustment is applied during forecasting. The possible statuses are: `UNKNOWN` (value not exposed by API), `ACTIVE` (adjustment is applied), and `INACTIVE` (adjustment is not applied). Inactive adjustments are ignored when generating forecasts. The API namespace for this service is `https://www.google.com/apis/ads/publisher/v202402`.\n"]]