Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
UserListCustomerTypeCategory
Stay organized with collections
Save and categorize content based on your preferences.
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-12 UTC."],[[["This enum defines categories for segmenting user lists based on customer types."],["Categories include various customer lifecycle stages like leads, purchasers, and subscribers."],["It also includes segments for high-value and disengaged customers for targeted campaigns."],["Loyalty tiers are represented to enable engagement based on customer loyalty levels."],["Default categories like unspecified and unknown are available for handling incomplete data."]]],["The core content defines an enum for categorizing customer types. Categories include `UNSPECIFIED` and `UNKNOWN`, along with specific groups like `ALL_CUSTOMERS`, `PURCHASERS`, `HIGH_VALUE_CUSTOMERS`, and `DISENGAGED_CUSTOMERS`. Other types represent `QUALIFIED_LEADS`, `CONVERTED_LEADS`, `PAID_SUBSCRIBERS`, `LOYALTY_SIGN_UPS`, and `CART_ABANDONERS`. It also details seven loyalty tiers, from `LOYALTY_TIER_1_MEMBERS` to `LOYALTY_TIER_7_MEMBERS`.\n"]]