AI-generated Key Takeaways
-
The content lists various services available in the Ad Manager API v202508, such as AdRuleService, AdjustmentService, and ReportService.
-
These services are associated with the
FeatureError.Reason
dependency. -
FeatureError.Reason
is an enumeration within thehttps://www.google.com/apis/ads/publisher/v202508
namespace. -
The possible reasons for a
FeatureError
includeMISSING_FEATURE
, which indicates a disabled feature, andUNKNOWN
for unexposed values.
- 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. |