My favorites | English | Sign in

AdWords API v2009

v2009 Docs | v13 Docs

type AuthenticationError

Errors returned when Authentication failed.

Namespace

  • https://adwords.google.com/api/adwords/cm/v200909

Fields

Field Type Description

ApiError (inherited)

fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
ApiError.Type xsd:string This field indicates the subtype of ApiError of this instance. It is ignored on input, and instead xsi:type should be specified.

AuthenticationError

reason AuthenticationError.Reason The error reason represented by an enum.
  1. Enumerations
    1. AUTHENTICATION_FAILED
      1. Authentication of the request failed.

    2. CLIENT_CUSTOMER_ID_IS_REQUIRED
      1. Client Customer Id is required if CustomerIdMode is set to CLIENT_EXTERNAL_CUSTOMER_ID.

    3. CLIENT_EMAIL_REQUIRED
      1. Client Email is required if CustomerIdMode is set to CLIENT_EXTERNAL_EMAIL_FIELD.

    4. CLIENT_CUSTOMER_ID_INVALID
      1. Client customer Id is not a number.

    5. CLIENT_EMAIL_INVALID
      1. Client customer Id is not a number.

    6. CLIENT_EMAIL_FAILED_TO_AUTHENTICATE
      1. Client email is not a valid customer email.

    7. CUSTOMER_NOT_FOUND
      1. No customer found for the customer id provided in the header.

    8. GOOGLE_ACCOUNT_DELETED
      1. Client's Google Account is deleted.

    9. GOOGLE_ACCOUNT_COOKIE_INVALID
      1. Google account login token in the cookie is invalid.

    10. FAILED_TO_AUTHENTICATE_GOOGLE_ACCOUNT
      1. problem occurred during Google account authentication.

    11. GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH
      1. The user in the google account login token does not match the UserId in the cookie.

    12. LOGIN_COOKIE_REQUIRED
      1. Login cookie is required for authentication.

    13. NOT_ADS_USER
      1. User in the cookie is not a valid Ads user.

    14. OAUTH_TOKEN_INVALID
      1. Oauth token in the header is not valid.

    15. OAUTH_TOKEN_EXPIRED
      1. Oauth token in the header has expired.

    16. OAUTH_TOKEN_DISABLED
      1. Oauth token in the header has been disabled.

    17. OAUTH_TOKEN_REVOKED
      1. Oauth token in the header has been revoked.

    18. OAUTH_TOKEN_HEADER_INVALID
      1. Oauth token HTTP header is malformed.

    19. LOGIN_COOKIE_INVALID
      1. Login cookie is not valid.

    20. FAILED_TO_RETRIEVE_LOGIN_COOKIE
      1. Failed to decrypt the login cookie.

    21. USER_ID_INVALID
      1. User Id in the header is not a valid id.