AI-generated Key Takeaways
- 
          
AdSenseAccountError.Reasonis an enumeration within thehttps://www.google.com/apis/ads/publisher/v202508namespace. - 
          
This enumeration lists various error reasons related to AdSense account interactions within Ad Manager, such as association, access, and data retrieval issues.
 - 
          
The described errors include problems with associating accounts, accessing accounts without validity, denied access, and errors retrieving ad slots, channels, or account statuses from the AdSense API.
 - 
          
There are also specific errors for resending verification emails and handling unexpected API responses.
 - 
          
The
UNKNOWNvalue is returned if the actual error reason is not exposed by the requested API version. 
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202508 
| Enumeration | Description | 
|---|---|
                        ASSOCIATE_ACCOUNT_API_ERROR
                      | 
                     An error occurred while trying to associate an AdSense account with Ad Manager. Unable to create an association with AdSense or Ad Exchange account. | 
                        CANNOT_ACCESS_INVALID_ACCOUNT
                      | 
                     An error occurred while a user without a valid AdSense account trying to access an Ads frontend. | 
                        ACCOUNT_ACCESS_DENIED
                      | 
                     An error occurred while AdSense denied access. | 
                        GET_AD_SLOT_API_ERROR
                      | 
                     An error occurred while trying to get an associated web property's ad slots. Unable to retrieve ad slot information from AdSense or Ad Exchange account. | 
                        GET_CHANNEL_API_ERROR
                      | 
                     An error occurred while trying to get an associated web property's ad channels. | 
                        GET_BULK_ACCOUNT_STATUSES_API_ERROR
                      | 
                     An error occurred while trying to retrieve account statues from AdSense API. Unable to retrieve account status information. Please try again later. | 
                        RESEND_VERIFICATION_EMAIL_ERROR
                      | 
                     An error occurred while trying to resend the account association verification email. Error resending verification email. Please try again. | 
                        UNEXPECTED_API_RESPONSE_ERROR
                      | 
                     An error occurred while trying to retrieve a response from the AdSense API. There was a problem processing your request. Please try again later. | 
                        UNKNOWN
                      | 
                     The value returned if the actual value is not exposed by the requested API version. |