AI-generated Key Takeaways
-
The
CmsMetadataService.FeatureError
object indicates an error related to CMS metadata features within the Google Ad Manager API. -
FeatureError.Reason
is an enumeration that provides further details about the specific error encountered, includingMISSING_FEATURE
andUNKNOWN
. -
The documentation specifies the namespace for this object as
https://www.google.com/apis/ads/publisher/v202411
. -
This service may not be enabled for all networks and encountering errors like
MISSING_FEATURE
suggests enabling the necessary features within the Ad Manager settings.
- 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. |