AI-generated Key Takeaways
-
The page lists various services related to Google Ad Manager API, including services for managing ad rules, adjustments, ads.txt, audience segments, content, creative assets, and more.
-
The content highlights
FeatureError.Reason
as a dependency, which is an enumeration within the specified namespace. -
The
FeatureError.Reason
enumeration includes two possible values:MISSING_FEATURE
, indicating the use of a disabled feature on the network, andUNKNOWN
, used when the actual value is not exposed by the API version.
- 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. |