Skip to content

Commit 9b68188

Browse files
authored
Updating new cart limits (#2131)
1 parent eedc170 commit 9b68188

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pages/docs/data-structure/property-reference/data-type.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,9 @@ Mixpanel supports five data types for properties: String, Numeric, Boolean, Date
5252
- 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.
5353

5454
### List of Objects
55-
<Callout type="info" >
56-
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.
57-
</ Callout >
5855

5956
- 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}]`
60-
- Limits of a List of Objects: Event Property = 8KB, User Profile Property = 256KB, max 255 keys and no nesting
61-
- 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.
57+
- Limits of a List of Objects: Event Property = 8KB, User Profile Property = 256KB, max 255 keys and no nesting; average list size = 50 objects
6258
- 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.
6359

6460
## List Property Support

0 commit comments

Comments
 (0)