AI-generated Key Takeaways
-
This documentation details potential reasons for errors encountered when using the ExchangeSignupService in Google Ad Manager.
-
These errors are represented by the
ExchangeSignupApiError.Reason
enumeration within theCompanyService
andNetworkService
. -
ExchangeSignupApiError.Reason
provides specific error codes likeADSENSE_ACCOUNT_CREATION_ERROR
,NO_EXCHANGE_ACCOUNT
, orUNKNOWN
to pinpoint the issue. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
. -
Each error code has a corresponding description although not explicitly provided in this documentation excerpt.
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. |