AI-generated Key Takeaways
- 
          ReportableType represents the reportable state of a custom key within the CustomTargetingService. 
- 
          ReportableType is an enumeration with values indicating whether a key is available for reporting in the Ad Manager query tool. 
- 
          Possible ReportableType values include UNKNOWN, ON, OFF, and CUSTOM_DIMENSION. 
                  Service
               
               
                  CustomTargetingService
               
            
                  Dependencies
               
               
                  CustomTargetingKey
                  
            ▼
                  ReportableType
               Represents the reportable state of a custom key.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202411
| Enumeration | Description | 
|---|---|
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. | 
| ON | Available for reporting in the Ad Manager query tool. | 
| OFF | Not available for reporting in the Ad Manager query tool. | 
| CUSTOM_DIMENSION | Custom dimension available for reporting in the AdManager query tool. |