[[["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\u003eInventoryService\u003c/code\u003e utilizes \u003ccode\u003eAdUnit\u003c/code\u003e and \u003ccode\u003eSmartSizeMode\u003c/code\u003e to manage ad inventory.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSmartSizeMode\u003c/code\u003e defines how ad sizes are determined, offering options like fixed, smart banner, and dynamic sizing.\u003c/p\u003e\n"],["\u003cp\u003eIt includes enumerations such as \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eSMART_BANNER\u003c/code\u003e, and \u003ccode\u003eDYNAMIC_SIZE\u003c/code\u003e to represent different size modes.\u003c/p\u003e\n"]]],["The `InventoryService` uses `SmartSizeMode` to define ad unit size behavior. `SmartSizeMode` options are: `UNKNOWN` (for unexposed values), `NONE` (fixed size), `SMART_BANNER` (fixed height, variable width), and `DYNAMIC_SIZE` (variable height and width). The default is fixed-size mode, `NONE`. This enumeration is found under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum SmartSizeMode (v202408)\n\n**Service** \n**InventoryService** **Dependencies** \n[AdUnit](/ad-manager/api/reference/v202408/InventoryService.AdUnit) \n▼\n**SmartSizeMode**\n\nRepresents smart size modes.\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| `NONE` | Fixed size mode (default). |\n| `SMART_BANNER` | The height is fixed for the request, the width is a range. |\n| `DYNAMIC_SIZE` | Height and width are ranges. |"]]