AI-generated Key Takeaways
- 
          ReportableTyperepresents the reportable state of a custom key within theCustomTargetingService.
- 
          The enumeration defines states such as UNKNOWN,ON,OFF, andCUSTOM_DIMENSIONto indicate reporting availability.
- 
          ONandCUSTOM_DIMENSIONsignify availability for reporting, whileOFFmeans it's not available.
Represents the reportable state of a custom key.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202502
| 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. |