AI-generated Key Takeaways
-
This page focuses on
PublisherQueryLanguageSyntaxError
, which outlines reasons for errors in Publisher Query Language (PQL) syntax within the Google Ad Manager API. -
PublisherQueryLanguageSyntaxError
has two potential reasons:UNPARSABLE
indicating a general syntax error andUNKNOWN
for errors not exposed by the current API version. -
The namespace for this error is
https://www.google.com/apis/ads/publisher/v202411
. -
This error is relevant to various services in Google Ad Manager, as indicated by the list of services provided.
-
Developers can utilize this information to understand and debug PQL syntax errors encountered while using the Google Ad Manager API.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |