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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATIVE_ROTATION_TYPE_UNSPECIFIED |
Not specified value |
CREATIVE_ROTATION_TYPE_UNSPECIFIED_VALUE |
Not specified value |
EVENLY |
Creatives are displayed approximately the same number of times over the duration of the line item. |
EVENLY_VALUE |
Creatives are displayed approximately the same number of times over the duration of the line item. |
OPTIMIZED |
Creatives are served approximately proportionally to their performance. |
OPTIMIZED_VALUE |
Creatives are served approximately proportionally to their performance. |
SEQUENTIAL |
Creatives are served exactly in sequential order, aka Storyboarding. Set
on the |
SEQUENTIAL_VALUE |
Creatives are served exactly in sequential order, aka Storyboarding. Set
on the |
UNRECOGNIZED |
|
WEIGHTED |
Creatives are served approximately proportionally to their weights, set
on the |
WEIGHTED_VALUE |
Creatives are served approximately proportionally to their weights, set
on the |
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() |