AI-generated Key Takeaways
-
Smart size modes for
InventoryServicedefine how ad units handle their dimensions. -
The available smart size modes are
UNKNOWN,NONE(fixed size),SMART_BANNER(fixed height, ranged width), andDYNAMIC_SIZE(ranged height and width). -
These modes are part of the
SmartSizeModeenumeration within thehttps://www.google.com/apis/ads/publisher/v202502namespace.
Represents smart size modes.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| 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. |