AI-generated Key Takeaways
-
The provided content details a list of services, including AdRuleService, AdjustmentService, and numerous others, along with their corresponding API reference links for version v202508, which all point to FeatureError.Reason.
-
It also lists Dependencies, specifically FeatureError, which similarly links to ContactService.FeatureError for the v202508 API.
-
The enumeration
FeatureError.Reason
has two possible values:MISSING_FEATURE
, indicating a feature not enabled on the current network, andUNKNOWN
, for values not exposed by the requested 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. |