AI-generated Key Takeaways
-
The document provides a comprehensive list of various services available in the Ad Manager API, including AdRuleService, AdjustmentService, and many others.
-
It details the
ParseError.Reasonenumeration, which indicates possible causes for parsing errors within the API. -
The
ParseError.Reasoncan beUNPARSABLE, signifying an attribute parsing error, orUNKNOWN, for values not exposed in the requested API version.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
| Enumeration | Description |
|---|---|
UNPARSABLE
|
Indicates an error in parsing an attribute. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |