AI-generated Key Takeaways
-
The
AuthenticationError.Reason
enumeration lists potential reasons for authentication failures when accessing the Google Ad Manager API. -
These reasons include invalid credentials, missing headers, network access issues, and other problems that can prevent successful authentication.
-
Developers should consult this list when troubleshooting authentication errors in their Ad Manager API integrations.
-
The enumeration is part of the
https://www.google.com/apis/ads/publisher/v202411
namespace.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
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
|