AI-generated Key Takeaways
- 
          ScalableType describes the different ways a video or flash creative can scale. 
- 
          ScalableType is a part of the CreativeService and is dependent on VideoMetadata. 
- 
          The different types of scaling are Unknown, Not Scalable, Ratio Scalable, and Stretch Scalable. 
                  Service
               
               
                  CreativeService
               
            
                  Dependencies
               
               
                  VideoMetadata
                  
            ▼
                  ScalableType
               The different ways a video/flash can scale.
- 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. | 
| NOT_SCALABLE | The creative should not be scaled. | 
| RATIO_SCALABLE | The creative can be scaled and its aspect-ratio must be maintained. | 
| STRETCH_SCALABLE | The creative can be scaled and its aspect-ratio can be distorted. |