Module: Google::Ads::AdManager::V1::SmartSizeModeEnum::SmartSizeMode

Defined in:
proto_docs/google/ads/admanager/v1/ad_unit_enums.rb

Overview

The smart size mode for this ad unit. This attribute is optional and defaults to SmartSizeMode.NONE for fixed sizes.

Constant Summary collapse

SMART_SIZE_MODE_UNSPECIFIED =

Default value. This value is unused.

0
NONE =

Fixed size mode (default).

1
SMART_BANNER =

The height is fixed for the request, the width is a range.

2
DYNAMIC_SIZE =

Height and width are ranges.

3