enum ScalableType (v202411)

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

  • Options include UNKNOWN, NOT_SCALABLE, RATIO_SCALABLE, and STRETCH_SCALABLE.

  • Each ScalableType has a specific description of how the creative should be handled during scaling.

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.