AI-generated Key Takeaways
-
The webpage provides a list of various Ad Manager API services.
-
It details the
FeatureError.Reason
enumeration, which includesMISSING_FEATURE
andUNKNOWN
values. -
The
MISSING_FEATURE
reason indicates that a feature is being used that is not enabled on the current network. -
The
UNKNOWN
reason is returned if the actual value is not exposed by the requested API version.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |