Enum LineItemDeliveryForecastSourceEnum.LineItemDeliveryForecastSource (0.54.0)

public enum LineItemDeliveryForecastSourceEnum.LineItemDeliveryForecastSource extends Enum<LineItemDeliveryForecastSourceEnum.LineItemDeliveryForecastSource> implements ProtocolMessageEnum

Strategies for choosing forecasted traffic shapes to pace line items.

Protobuf enum google.ads.admanager.v1.LineItemDeliveryForecastSourceEnum.LineItemDeliveryForecastSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
CUSTOM_PACING_CURVE

A user specified custom pacing curve will be used to pace line item delivery.

CUSTOM_PACING_CURVE = 1;

CUSTOM_PACING_CURVE_VALUE

A user specified custom pacing curve will be used to pace line item delivery.

CUSTOM_PACING_CURVE = 1;

FORECASTING

The line item's projected future traffic will be used to pace line item delivery.

FORECASTING = 2;

FORECASTING_VALUE

The line item's projected future traffic will be used to pace line item delivery.

FORECASTING = 2;

HISTORICAL

The line item's historical traffic shape will be used to pace line item delivery.

HISTORICAL = 3;

HISTORICAL_VALUE

The line item's historical traffic shape will be used to pace line item delivery.

HISTORICAL = 3;

LINE_ITEM_DELIVERY_FORECAST_SOURCE_UNSPECIFIED

Default value. This value is unused.

LINE_ITEM_DELIVERY_FORECAST_SOURCE_UNSPECIFIED = 0;

LINE_ITEM_DELIVERY_FORECAST_SOURCE_UNSPECIFIED_VALUE

Default value. This value is unused.

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