type StatementError (v202508)

  • The webpage lists various services available in the Google Ad Manager API v202508, including services for managing ad rules, adjustments, ads.txt files, audience segments, and many more.

  • It also details inheritance relationships, showing that StatementError is a type of ApiError.

  • The StatementError object has a reason field with enumeration values indicating possible issues with a statement, such as a variable not being bound to a value.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

StatementError

reason

StatementError.Reason


Enumerations
VARIABLE_NOT_BOUND_TO_VALUE
UNKNOWN