Skip to content

Commit

Permalink
Update events-and-properties.md (#496)
Browse files Browse the repository at this point in the history
Clarify limits on number of properties on events vs the payload size and protocol used.

Co-authored-by: ishamehramixpanel <[email protected]>
  • Loading branch information
argenisf and ishamehramixpanel authored Sep 12, 2023
1 parent 17d0a8e commit 8119197
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/docs/tracking/how-tos/events-and-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ We have a soft limit of 2000 distinct event names in a 30 day window. If you sen

Each event can have up to 2000 properties. Properties can be at most 255 characters in length (longer strings are truncated).

**Note**: while events can have up to 2000 properties and batches of events can have up to 50 or 2000 events per batch depending on the ingestion endpoint, some libraries might default to sending the data through the GET protocol which would have a much lower size limit since the information is appended to the URL. If you are hitting the limits on the size of the request, first verify if the method being used is GET and can be switched to POST.

1 comment on commit 8119197

@vercel
Copy link

@vercel vercel bot commented on 8119197 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-git-main-mixpanel.vercel.app
docs-mixpanel.vercel.app
help.mixpanel.com
docs.mixpanel.com

Please sign in to comment.