AI-generated Key Takeaways
-
The content lists various Ad Manager API services with links to their respective documentation for version v202508.
-
It defines
ApiVersionError.Reason
which includesUPDATE_TO_NEWER_VERSION
andUNKNOWN
as possible enumeration values. -
UPDATE_TO_NEWER_VERSION
signifies an operation is restricted in the current API version. -
UNKNOWN
is used when the actual value is not available in 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. |