Enum LineItemDeliveryRateTypeEnum.LineItemDeliveryRateType (0.54.0)

public enum LineItemDeliveryRateTypeEnum.LineItemDeliveryRateType extends Enum<LineItemDeliveryRateTypeEnum.LineItemDeliveryRateType> implements ProtocolMessageEnum

Possible delivery rates for a LineItem. It dictates the manner in which the LineItem is served.

Protobuf enum google.ads.admanager.v1.LineItemDeliveryRateTypeEnum.LineItemDeliveryRateType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AS_FAST_AS_POSSIBLE

The booked impressions may delivered well before the end time. Other lower-priority or lower-value LineItems will be stopped from delivering until the LineItem meets the number of impressions or clicks it is booked for.

AS_FAST_AS_POSSIBLE = 3;

AS_FAST_AS_POSSIBLE_VALUE

The booked impressions may delivered well before the end time. Other lower-priority or lower-value LineItems will be stopped from delivering until the LineItem meets the number of impressions or clicks it is booked for.

AS_FAST_AS_POSSIBLE = 3;

EVENLY

LineItems are served as evenly as possible across the number of days specified in a LineItem's duration.

EVENLY = 1;

EVENLY_VALUE

LineItems are served as evenly as possible across the number of days specified in a LineItem's duration.

EVENLY = 1;

FRONTLOADED

LineItems are served more aggressively in the beginning of the flight date.

FRONTLOADED = 2;

FRONTLOADED_VALUE

LineItems are served more aggressively in the beginning of the flight date.

FRONTLOADED = 2;

LINE_ITEM_DELIVERY_RATE_TYPE_UNSPECIFIED

No value specified.

LINE_ITEM_DELIVERY_RATE_TYPE_UNSPECIFIED = 0;

LINE_ITEM_DELIVERY_RATE_TYPE_UNSPECIFIED_VALUE

No value specified.

LINE_ITEM_DELIVERY_RATE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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()