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.
LOYALTY_TIER_1_MEMBERS Customer type category for loyalty tier 1 members.
LOYALTY_TIER_2_MEMBERS Customer type category for loyalty tier 2 members.
LOYALTY_TIER_3_MEMBERS Customer type category for loyalty tier 3 members.
LOYALTY_TIER_4_MEMBERS Customer type category for loyalty tier 4 members.
LOYALTY_TIER_5_MEMBERS Customer type category for loyalty tier 5 members.
LOYALTY_TIER_6_MEMBERS Customer type category for loyalty tier 6 members.
LOYALTY_TIER_7_MEMBERS Customer type category for loyalty tier 7 members.