AI-generated Key Takeaways
-
The webpage lists numerous Ad Manager API services for version v202411, such as AdRuleService, AdjustmentService, and CmsMetadataService, among many others.
-
Each listed service is linked to its corresponding documentation page for FeatureError.Reason in the v202411 API reference.
-
A key dependency highlighted is FeatureError, which includes an enumeration
FeatureError.Reason. -
The
FeatureError.Reasonenumeration has two possible values:MISSING_FEATURE, indicating a feature not enabled on the network, andUNKNOWN, for values not exposed by the API version. -
All listed services and the FeatureError dependency belong to the namespace
https://www.google.com/apis/ads/publisher/v202411.
- 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. |