AI-generated Key Takeaways
-
The page lists various Ad Manager API services with links to their documentation for version v202508.
-
Each listed service links to information about the
ApiVersionError.Reason
. -
The
ApiVersionError.Reason
enumeration has two possible values:UPDATE_TO_NEWER_VERSION
andUNKNOWN
. -
UPDATE_TO_NEWER_VERSION
indicates an operation is not allowed in the current API version, whileUNKNOWN
signifies a value not exposed by the requested API version.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |