[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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. |"]]