Page Summary
-
SmartSizeMode represents different ways to define the size of ad units.
-
The available smart size modes include fixed size, smart banners with fixed height and variable width, and dynamic size with variable height and width.
-
UNKNOWNis a fallback value when the actual mode is not exposed by the API version.
Service
InventoryService
Dependencies
AdUnit
▼
SmartSizeMode
Represents smart size modes.
- 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. |
NONE
|
Fixed size mode (default). |
SMART_BANNER
|
The height is fixed for the request, the width is a range. |
DYNAMIC_SIZE
|
Height and width are ranges. |