AI-generated Key Takeaways
-
The content lists numerous Ad Manager API services, each linking to documentation about the
PublisherQueryLanguageSyntaxError.Reason
. -
The
PublisherQueryLanguageSyntaxError.Reason
enumeration provides details about errors related to the Publisher Query Language (PQL). -
The enumeration includes two possible reasons for the error:
UNPARSABLE
for syntax errors andUNKNOWN
for unexposed values. -
The namespace for these services and the error enumeration is
https://www.google.com/apis/ads/publisher/v202502
.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Enumeration | Description |
---|---|
UNPARSABLE
|
Indicates that there was a PQL syntax error. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |