AI-generated Key Takeaways
-
The document provides a list of services within the Ad Manager API, including various services related to ad rules, adjustments, inventory, creatives, and targeting.
-
Each service is linked to its FeatureError.Reason documentation for version v202508 of the API.
-
The FeatureError.Reason enumeration defines reasons for feature-related errors, specifically
MISSING_FEATURE
andUNKNOWN
. -
MISSING_FEATURE
indicates a feature is not enabled on the current network, whileUNKNOWN
signifies a value not exposed by the 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. |