Skip to content

Commit c69041e

Browse files
authored
Update computed-traits.md - add unique list limit (DOCS-273)
Added a note on Unique List 50 items limit
1 parent cdd319e commit c69041e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unify/Traits/computed-traits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Example use cases:
128128
### Unique List Count
129129

130130
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.
131+
The Unique List array can contain up to 50 items. Once this limit is reached, additional items will not be added.
131132

132133
User-level examples:
133134
- Unique products viewed count

0 commit comments

Comments
 (0)