From c69041e263c1cc0c67cb74979a95306464c611b6 Mon Sep 17 00:00:00 2001 From: Olesia Date: Thu, 14 Aug 2025 12:15:27 -0400 Subject: [PATCH] Update computed-traits.md - add unique list limit (DOCS-273) Added a note on Unique List 50 items limit --- src/unify/Traits/computed-traits.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unify/Traits/computed-traits.md b/src/unify/Traits/computed-traits.md index b5bde17b2e..5103627b17 100644 --- a/src/unify/Traits/computed-traits.md +++ b/src/unify/Traits/computed-traits.md @@ -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