AI-generated Key Takeaways
-
The page lists numerous Ad Manager API services including AdRuleService, AdjustmentService, AdsTxtService, and many others.
-
It also includes dependencies, specifically mentioning ApiVersionError.
-
The ApiVersionError.Reason enumeration defines possible reasons for API version errors, such as requiring an update to a newer version or encountering an unknown error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description |
|---|---|
UPDATE_TO_NEWER_VERSION
|
Indicates that the operation is not allowed in the version the request was made in. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |