enum ScalableType (v202408)
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/v202408
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 video or flash creatives are scaled when displayed.\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\u003e\u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eNOT_SCALABLE\u003c/code\u003e, \u003ccode\u003eRATIO_SCALABLE\u003c/code\u003e, and \u003ccode\u003eSTRETCH_SCALABLE\u003c/code\u003e are the available enumeration values representing different scaling behaviors.\u003c/p\u003e\n"]]],["The `ScalableType` enumeration defines how a video/flash creative can be scaled. It includes four possible values: `UNKNOWN` (for unexposed values), `NOT_SCALABLE` (no scaling), `RATIO_SCALABLE` (scaling with aspect-ratio maintenance), and `STRETCH_SCALABLE` (scaling with possible aspect-ratio distortion). These options determine the acceptable transformation behaviors when resizing the creative within the specified `CreativeService` and its `VideoMetadata` dependency, accessible via the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum ScalableType (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[VideoMetadata](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]