type PublisherQueryLanguageSyntaxError (v202411)

  • This documentation details the PublisherQueryLanguageSyntaxError object within the AdsTxtService of the Google Ad Manager API.

  • PublisherQueryLanguageSyntaxError is a type of ApiError that occurs when there's a syntax issue with a Publisher Query Language (PQL) statement.

  • It includes fields inherited from ApiError such as fieldPath, fieldPathElements, trigger, and errorString, for identifying the error's location and cause.

  • The reason field provides further information about the syntax error's nature, using the PublisherQueryLanguageSyntaxError.Reason enumeration with values like UNPARSABLE or UNKNOWN.


Namespace
https://www.google.com/apis/ads/publisher/v202411

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

PublisherQueryLanguageSyntaxError

reason

PublisherQueryLanguageSynta...


Enumerations
UNPARSABLE
UNKNOWN