type AdSenseAccountError (v202411)

  • The AdSenseAccountError is a type of ApiError used in various services like InventoryService, LineItemCreativeAssociationService, and SiteService within the Ad Manager API.

  • This error object includes inherited fields from ApiError such as fieldPath, fieldPathElements, trigger, and errorString.

  • The AdSenseAccountError itself has a specific field called 'reason' which can hold several enumerated values indicating the cause of the error, such as access issues, API errors, or unknown reasons.

  • The namespace for this object is https://www.google.com/apis/ads/publisher/v202411.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

AdSenseAccountError

reason

AdSenseAccountError.Reason


Enumerations
ASSOCIATE_ACCOUNT_API_ERROR
CANNOT_ACCESS_INVALID_ACCOUNT
ACCOUNT_ACCESS_DENIED
GET_AD_SLOT_API_ERROR
GET_CHANNEL_API_ERROR
GET_BULK_ACCOUNT_STATUSES_API_ERROR
RESEND_VERIFICATION_EMAIL_ERROR
UNEXPECTED_API_RESPONSE_ERROR
UNKNOWN