AI-generated Key Takeaways
-
This documentation details the
PublisherQueryLanguageContextError
within the Google Ad Manager API. -
It lists services impacted by this error, such as AdRuleService, AdjustmentService, and many others related to ad management and delivery.
-
This error arises when there's an issue executing Publisher Query Language (PQL) or if an unexpected error occurs within the API.
-
The
PublisherQueryLanguageContextError
enumeration provides two reasons for the error:UNEXECUTABLE
signaling a PQL execution error andUNKNOWN
representing an undefined or unexposed error. -
Developers can use this information to understand and troubleshoot issues related to PQL execution within their Ad Manager integrations.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
UNEXECUTABLE
|
Indicates that there was an error executing the PQL. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |