AI-generated Key Takeaways
- 
          ImageDensity represents the ratio between the dimensions of a raw image and its displayed dimensions in device-independent pixels. 
- 
          The available ImageDensity options include ONE_TO_ONE, THREE_TO_TWO, TWO_TO_ONE, and UNKNOWN. 
- 
          These densities are used within the CreativeService and are dependent on CreativeAsset. 
                  Service
               
               
                  CreativeService
               
            
                  Dependencies
               
               
                  CreativeAsset
                  
            ▼
                  ImageDensity
               Image densities.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202505
| Enumeration | Description | 
|---|---|
| ONE_TO_ONE | Indicates that there is a 1:1 ratio between the dimensions of the raw image and the dimensions that it should be displayed at in device-independent pixels. | 
| THREE_TO_TWO | Indicates that there is a 3:2 ratio between the dimensions of the raw image and the dimensions that it should be displayed at in device-independent pixels. | 
| TWO_TO_ONE | Indicates that there is a 2:1 ratio between the dimensions of the raw image and the dimensions that it should be displayed at in device-independent pixels. | 
| UNKNOWN | The value returned if the actual value is not exposed by the requested API version. |