AI-generated Key Takeaways
-
This documentation details the
FeatureError.Reason
enumeration within the Google Ad Manager API. -
FeatureError.Reason
helps identify why a feature might not be functioning, primarily due to it being unavailable or unsupported. -
Two specific reasons are outlined:
MISSING_FEATURE
(feature not enabled) andUNKNOWN
(reason not exposed by the API). -
This enumeration is used by various Ad Manager services to provide more context for errors related to feature availability.
-
Developers can utilize this information to troubleshoot issues when interacting with Ad Manager services.
- 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. |