[[["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\u003e\u003ccode\u003eForecastAdjustmentStatus\u003c/code\u003e indicates whether a forecast adjustment is active or inactive, impacting its application during forecasting.\u003c/p\u003e\n"],["\u003cp\u003eInactive adjustments, represented by the \u003ccode\u003eINACTIVE\u003c/code\u003e enumeration value, are not factored into forecasting calculations.\u003c/p\u003e\n"],["\u003cp\u003eThis status information is part of the \u003ccode\u003eAdjustmentService\u003c/code\u003e within the Google Ad Manager API, specifically under the \u003ccode\u003eForecastAdjustment\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["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 the API), `ACTIVE` (adjustment is applied), and `INACTIVE` (adjustment is not applied). Inactive adjustments are disregarded in the forecasting process. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ForecastAdjustmentStatus (v202408)\n\n**Service** \n**AdjustmentService** **Dependencies** \n[ForecastAdjustment](/ad-manager/api/reference/v202408/AdjustmentService.ForecastAdjustment) \n▼\n**ForecastAdjustmentStatus**\n\nThe status of a forecast adjustment. Inactive adjustments are not applied during forecasting.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `ACTIVE` | Indicates the current adjustment is active. |\n| `INACTIVE` | Indicates the current adjustment is inactive. |"]]