AI-generated Key Takeaways
-
The content lists numerous Ad Manager API services for version v202505, such as AdRuleService, AdjustmentService, and CreativeService.
-
It defines FeatureError.Reason as part of the NetworkService dependencies.
-
The FeatureError.Reason enumeration includes
MISSING_FEATUREandUNKNOWNvalues. -
MISSING_FEATUREindicates a feature not enabled on the current network, whileUNKNOWNis used for values not exposed by the API version.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |