UserListCustomerType

A user list customer type

JSON representation
{
  "resourceName": string,
  "userList": string,
  "customerTypeCategory": enum (UserListCustomerTypeCategory)
}
Fields
resourceName

string

Immutable. The resource name of the user list customer type User list customer type resource names have the form: customers/{customerId}/userListCustomerTypes/{userListId}~{customerTypeCategory}

userList

string

Immutable. The resource name for the user list this user list customer type is associated with

customerTypeCategory

enum (UserListCustomerTypeCategory)

Immutable. The user list customer type category

UserListCustomerTypeCategory

Enum containing possible user list customer type categories.

Enums
UNSPECIFIED Not specified.
UNKNOWN Unknown type.
ALL_CUSTOMERS Customer type category for all customers.
PURCHASERS Customer type category for all purchasers.
HIGH_VALUE_CUSTOMERS Customer type category for high value purchasers.
DISENGAGED_CUSTOMERS Customer type category for disengaged purchasers.
QUALIFIED_LEADS Customer type category for qualified leads.
CONVERTED_LEADS Customer type category for converted leads.
PAID_SUBSCRIBERS Customer type category for paid subscribers.
LOYALTY_SIGN_UPS Customer type category for loyalty signups.
CART_ABANDONERS Customer type category for cart abandoners.