AI-generated Key Takeaways
-
The
ExchangeSignupApiError.Reason
enumeration lists potential reasons for errors encountered when using the ExchangeSignupService in Google Ad Manager. -
These errors can relate to AdSense account creation, website linking, product selection during signup, and account status, among other issues.
-
The
UNKNOWN
reason is returned if the actual reason is not exposed by the requested API version. -
The errors can be triggered during the network signup process for Ad Exchange.
-
A full list of error reasons is provided with their corresponding descriptions within the documentation.
Potential reasons for ExchangeSignupService errors
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration | Description |
---|---|
ADSENSE_ACCOUNT_CREATION_ERROR
|
|
ADSENSE_ACCOUNT_ALREADY_HAS_EXCHANGE
|
|
FAILED_TO_ADD_WEBSITE_TO_PROPERTY
|
|
FAILED_TO_CREATE_LINK_FOR_NEW_ACCOUNT
|
|
CANNOT_CREATE_NEW_ACCOUNT_FOR_MAPPED_CUSTOMER
|
|
FAILED_TO_CREATE_EXCHANGE_SETTINGS
|
|
DUPLICATE_PRODUCT_TYPE
|
|
INVALID_SIGNUP_PRODUCT
|
|
UNKNOWN_PRODUCT
|
|
BAD_SITE_VERIFICATION_UPDATE_REQUEST
|
|
NO_EXCHANGE_ACCOUNT
|
|
SINGLE_SYNDICATION_PRODUCT
|
|
ACCOUNT_NOT_YET_READY
|
|
MULTIPLE_ADSENSE_ACCOUNTS_NOT_ALLOWED
|
|
MISSING_LEGAL_ENTITY_NAME
|
|
MISSING_ACTIVE_BILLING_PROFILE
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |