AI-generated Key Takeaways
-
This documentation details the
FeatureError.Reason
enumeration, which provides reasons for feature-related errors in Google Ad Manager. -
FeatureError.Reason
includes two possible values:MISSING_FEATURE
indicating an unavailable feature, andUNKNOWN
for cases where the actual value is hidden. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
MISSING_FEATURE
|
A feature is being used that is not enabled on the current network. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |