type AuthenticationError (v202502)

  • The page details the AuthenticationError within the StreamActivityMonitorService for the Ad Manager API version v202502.

  • The AuthenticationError inherits from the ApiError class and includes fields like fieldPath, fieldPathElements, trigger, and errorString.

  • The AuthenticationError specifically includes a 'reason' field which is an enumeration detailing various authentication failure causes.

  • Possible authentication error reasons include invalid email, failed authentication, invalid OAuth signature, missing headers, network issues, and unknown errors.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

AuthenticationError

reason

AuthenticationError.Reason


Enumerations
AMBIGUOUS_SOAP_REQUEST_HEADER
INVALID_EMAIL
AUTHENTICATION_FAILED
INVALID_OAUTH_SIGNATURE
INVALID_SERVICE
MISSING_SOAP_REQUEST_HEADER
MISSING_AUTHENTICATION_HTTP_HEADER
MISSING_AUTHENTICATION
NETWORK_API_ACCESS_DISABLED
NO_NETWORKS_TO_ACCESS
NETWORK_NOT_FOUND
NETWORK_CODE_REQUIRED
CONNECTION_ERROR
GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK
UNDER_INVESTIGATION
UNKNOWN