Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/unify/Traits/computed-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Example use cases:
### Unique List Count

Unique list count computed traits will output a **count of the unique list of values** for an **event property**. Customers are creating traits like `unique_product_categories_viewed_count` to understand the variety of products that a customer is viewing. At the account-level, customers are creating traits like `unique_visitors_count` to calculate the number of unique visitors by ip address.
The Unique List array can contain up to 50 items. Once this limit is reached, additional items will not be added.

User-level examples:
- Unique products viewed count
Expand Down