AI-generated Key Takeaways
- 
          ScalableType defines different ways video/flash creatives can scale. 
- 
          The ScalableType enumeration includes values for unknown, not scalable, ratio scalable (maintaining aspect ratio), and stretch scalable (distorting aspect ratio). 
- 
          This enumeration is part of the CreativeService and is associated with VideoMetadata. 
The different ways a video/flash can scale.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| 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. |