Skip to content

Commit

Permalink
Merge branch 'main' into myronkaifung-faq-one-pager
Browse files Browse the repository at this point in the history
  • Loading branch information
myronkaifung authored Oct 2, 2024
2 parents 1931b23 + f73ca34 commit 6b7bab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/docs/data-structure/property-reference/data-type.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Mixpanel supports five data types for properties: String, Numeric, Boolean, Date
- Limits of a List property: Event Property = 8KB, User Profile Property = 256KB
- Each item in a list would be futher limited by their data type's limits; example: a list of strings would be limited by 255 bytes per string. Also refer to [List of Objects](/docs/data-structure/property-reference#list-of-objects) covered below.
- Mixpanel lists are not ordered (i.e. position of values in a list are not significant in Mixpanel reports) and are useful for grouping or analysing similar values across events. Read more details on [List Property Support](/docs/features/advanced#list-property-support) in reports.
- Note: Editing of list properties is not supported directly within the Mixpanel UI. To modify list properties, you must use the [Mixpanel API] (https://developer.mixpanel.com/reference/profile-set) or one of our SDKs.
- Note: Editing of list properties is not supported directly within the Mixpanel UI. To modify list properties, you must use the [Mixpanel API](https://developer.mixpanel.com/reference/profile-set) or one of our SDKs.


### Object
<Callout type="info">
Expand Down

0 comments on commit 6b7bab9

Please sign in to comment.