enum ScalableType (v202505)

  • ScalableType defines the different ways a video or flash creative can scale.

  • Possible values for ScalableType include UNKNOWN, NOT_SCALABLE, RATIO_SCALABLE, and STRETCH_SCALABLE.

  • RATIO_SCALABLE maintains the aspect ratio when scaling, while STRETCH_SCALABLE allows distortion.

The different ways a video/flash can scale.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.