Enum CustomerType (0.1.0)

public enum CustomerType extends Enum<CustomerType> implements ProtocolMessageEnum

Type of the customer associated with the event.

Protobuf enum google.ads.datamanager.v1.CustomerType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CUSTOMER_TYPE_UNSPECIFIED

Unspecified CustomerType. Should never be used.

CUSTOMER_TYPE_UNSPECIFIED = 0;

CUSTOMER_TYPE_UNSPECIFIED_VALUE

Unspecified CustomerType. Should never be used.

CUSTOMER_TYPE_UNSPECIFIED = 0;

NEW

The customer is new to the advertiser.

NEW = 1;

NEW_VALUE

The customer is new to the advertiser.

NEW = 1;

REENGAGED

The customer has re-engaged with the advertiser.

REENGAGED = 3;

REENGAGED_VALUE

The customer has re-engaged with the advertiser.

REENGAGED = 3;

RETURNING

The customer is returning to the advertiser.

RETURNING = 2;

RETURNING_VALUE

The customer is returning to the advertiser.

RETURNING = 2;

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