AI-generated Key Takeaways
-
The content lists numerous Ad Manager API services with links to their FeatureError documentation.
-
Each listed service links to a page specifically detailing the FeatureError.Reason enumeration for that service version v202508.
-
The FeatureError.Reason enumeration defines possible reasons for a feature error, including
MISSING_FEATURE
andUNKNOWN
. -
The
MISSING_FEATURE
reason indicates a feature in use is not enabled on the current network. -
The
UNKNOWN
reason is returned when 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. |