type StatementError (v202411)

  • This documentation details the SiteService within the Google Ad Manager API.

  • The service allows management of sites, including creating, updating, and querying them.

  • SiteService inherits from ApiError and further defines StatementError for handling statement-related issues.

  • Developers can use this service to interact with site data programmatically using the provided namespace and fields.

  • The StatementError enumeration provides context on specific statement errors, like unbound variables.


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

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