From 1704eb18e1cee98b3dc3ae5e6b87cd96afe06535 Mon Sep 17 00:00:00 2001 From: Neha Nathan <93923710+nsquare92@users.noreply.github.com> Date: Tue, 30 Sep 2025 21:53:21 -0700 Subject: [PATCH] Updating new cart limits --- pages/docs/data-structure/property-reference/data-type.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/docs/data-structure/property-reference/data-type.mdx b/pages/docs/data-structure/property-reference/data-type.mdx index e587072c33..b0a7f97eb5 100644 --- a/pages/docs/data-structure/property-reference/data-type.mdx +++ b/pages/docs/data-structure/property-reference/data-type.mdx @@ -52,13 +52,9 @@ Mixpanel supports five data types for properties: String, Numeric, Boolean, Date - Mainly supported in core reports (i.e. Insights, Funnels, Flows, Retention, Users / Cohorts, Events) as filters and breakdowns. Property Names (ie keys) within an object are not supported in Lexicon. ### List of Objects - - Mixpanel supports object in a limited capacity. We recommend using the five non-object data types for most use cases as they are fully supported in the UI. - - A JSON array of 1 level JSON objects with each object having similar sets of key-value pairs e.g. Cart = `[{"Brand":"Puma","Category":"Jacket","Price":30}, {"Brand":"Adidas","Category":"Hats","Price":15}]` -- Limits of a List of Objects: Event Property = 8KB, User Profile Property = 256KB, max 255 keys and no nesting -- Projects with fewer than 100 million events per month can include up to 20 objects per list. For projects exceeding this threshold, the system supports only the first 5 objects in each list. +- Limits of a List of Objects: Event Property = 8KB, User Profile Property = 256KB, max 255 keys and no nesting; average list size = 50 objects - Mainly supported in core reports (i.e. Insights, Funnels, Flows, Retention, Users / Cohorts, Events) as filters and breakdowns. Property Names (ie keys) within an object are not supported in Lexicon. ## List Property Support