type StatementError (v202411)

  • The AdsTxtService provides methods for managing ads.txt entries within Google Ad Manager.

  • This service exposes functionalities for creating, updating, and retrieving ads.txt entries.

  • AdsTxtService utilizes StatementError for indicating issues encountered during statement execution, with reasons like VARIABLE_NOT_BOUND_TO_VALUE or UNKNOWN.

  • It inherits from ApiError, encompassing fields such as fieldPath, trigger, and errorString for detailed error reporting.

  • The service operates within the namespace https://www.google.com/apis/ads/publisher/v202411, providing a structured environment for ads.txt management.


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