enum SmartSizeMode (v202502)

  • Smart size modes for InventoryService define how ad units handle their dimensions.

  • The available smart size modes are UNKNOWN, NONE (fixed size), SMART_BANNER (fixed height, ranged width), and DYNAMIC_SIZE (ranged height and width).

  • These modes are part of the SmartSizeMode enumeration within the https://www.google.com/apis/ads/publisher/v202502 namespace.

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.