AI-generated Key Takeaways
-
The content provides a list of various Ad Manager API services available in version v202508.
-
Each service is linked to its reference documentation which includes details like
ApiVersionError.Reason
. -
A common dependency across services is
ApiVersionError
, which has specific reasons for errors related to API versioning. -
The
ApiVersionError.Reason
enumeration explains why an operation might be disallowed due to the API version used or if the reason is unknown.
- 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. |