AI-generated Key Takeaways
-
The provided content lists various services available within the Ad Manager API, specifically highlighting the
CdnConfigurationService
and its associatedFeatureError
. -
The
FeatureError.Reason
provides specific details about why a requested feature might not be available, withMISSING_FEATURE
indicating a disabled feature on the network andUNKNOWN
representing an unexposed value in the API version. -
This information is within the namespace
https://www.google.com/apis/ads/publisher/v202508
.
- 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. |