enum ForecastAdjustmentStatus (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
Service
AdjustmentService
The status of a forecast adjustment. Inactive adjustments are not applied during forecasting.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
ACTIVE
|
Indicates the current adjustment is active.
|
INACTIVE
|
Indicates the current adjustment is inactive.
|
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\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. |"]]