AI-generated Key Takeaways
-
The page provides a list of services within the Ad Manager API, including links to their respective documentation.
-
Each service link appears to point to information about the
ApiVersionError.Reasonfor that specific service. -
The
ApiVersionError.Reasonenumeration indicates potential issues related to the API version used in a request. -
The possible reasons for an
ApiVersionErrorareUPDATE_TO_NEWER_VERSIONandUNKNOWN.
- 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. |