AI-generated Key Takeaways
-
ForecastAdjustmentStatus determines if a forecast adjustment is applied during forecasting, with inactive adjustments being excluded.
-
Adjustments can have one of three statuses:
UNKNOWN
,ACTIVE
, orINACTIVE
, indicating their operational state. -
The namespace for ForecastAdjustmentStatus is
https://www.google.com/apis/ads/publisher/v202411
.
The status of a forecast adjustment. Inactive adjustments are not applied during forecasting.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |