enum ScalableType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eScalableType\u003c/code\u003e in CreativeService defines how a video or flash creative can be scaled.\u003c/p\u003e\n"],["\u003cp\u003eIt includes options for no scaling, maintaining aspect ratio while scaling, and allowing aspect ratio distortion during scaling.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this enumeration is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ScalableType` enumeration defines how a video/flash creative can be scaled. `NOT_SCALABLE` indicates no scaling. `RATIO_SCALABLE` allows scaling while maintaining the aspect ratio. `STRETCH_SCALABLE` permits scaling with aspect ratio distortion. `UNKNOWN` is returned if the value isn't available in the API version. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`. This service is a dependency of the CreativeService.VideoMetadata.\n"],null,["# enum ScalableType (v202411)\n\n**Service** \n**CreativeService** **Dependencies** \n[VideoMetadata](/ad-manager/api/reference/v202411/CreativeService.VideoMetadata) \n▼\n**ScalableType**\n\nThe different ways a video/flash can scale.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|--------------------|-------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `NOT_SCALABLE` | The creative should not be scaled. |\n| `RATIO_SCALABLE` | The creative can be scaled and its aspect-ratio must be maintained. |\n| `STRETCH_SCALABLE` | The creative can be scaled and its aspect-ratio can be distorted. |"]]