public enum CustomerType extends Enum<CustomerType> implements ProtocolMessageEnumType of the customer associated with the event.
Protobuf enum google.ads.datamanager.v1.CustomerType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CUSTOMER_TYPE_UNSPECIFIED |
Unspecified CustomerType. Should never be used. |
CUSTOMER_TYPE_UNSPECIFIED_VALUE |
Unspecified CustomerType. Should never be used. |
NEW |
The customer is new to the advertiser. |
NEW_VALUE |
The customer is new to the advertiser. |
REENGAGED |
The customer has re-engaged with the advertiser. |
REENGAGED_VALUE |
The customer has re-engaged with the advertiser. |
RETURNING |
The customer is returning to the advertiser. |
RETURNING_VALUE |
The customer is returning to the advertiser. |
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() |
|