AI-generated Key Takeaways
-
ScalableType
in CreativeService defines how a video or flash creative can be scaled. -
It includes options for no scaling, maintaining aspect ratio while scaling, and allowing aspect ratio distortion during scaling.
-
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411
.
Service
CreativeService
Dependencies
VideoMetadata
▼
ScalableType
The different ways a video/flash can scale.
- 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. |
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. |