Enum CreativeRotationTypeEnum.CreativeRotationType (0.4.0)

public enum CreativeRotationTypeEnum.CreativeRotationType extends Enum<CreativeRotationTypeEnum.CreativeRotationType> implements ProtocolMessageEnum

The strategy to use for displaying multiple creatives that are associated with a line item.

Protobuf enum google.ads.admanager.v1.CreativeRotationTypeEnum.CreativeRotationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATIVE_ROTATION_TYPE_UNSPECIFIED

Not specified value

CREATIVE_ROTATION_TYPE_UNSPECIFIED = 0;

CREATIVE_ROTATION_TYPE_UNSPECIFIED_VALUE

Not specified value

CREATIVE_ROTATION_TYPE_UNSPECIFIED = 0;

EVENLY

Creatives are displayed approximately the same number of times over the duration of the line item.

EVENLY = 1;

EVENLY_VALUE

Creatives are displayed approximately the same number of times over the duration of the line item.

EVENLY = 1;

OPTIMIZED

Creatives are served approximately proportionally to their performance.

OPTIMIZED = 2;

OPTIMIZED_VALUE

Creatives are served approximately proportionally to their performance.

OPTIMIZED = 2;

SEQUENTIAL

Creatives are served exactly in sequential order, aka Storyboarding. Set on the LineItemCreativeAssociation.

SEQUENTIAL = 4;

SEQUENTIAL_VALUE

Creatives are served exactly in sequential order, aka Storyboarding. Set on the LineItemCreativeAssociation.

SEQUENTIAL = 4;

UNRECOGNIZED
WEIGHTED

Creatives are served approximately proportionally to their weights, set on the LineItemCreativeAssociation.

WEIGHTED = 3;

WEIGHTED_VALUE

Creatives are served approximately proportionally to their weights, set on the LineItemCreativeAssociation.

WEIGHTED = 3;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()