Hans P. On one request, Mixpanel would return 100k events. If you have more than that, you need to chunk it down to get everything properly.
This is usually what you'll need to do:
- 1.
First get the event counts for the time period you're looking at.
- 2.
If any event has greater than 100k rows, then slice it by dates.
- 3.
And, send multiple requests.
If you need help, lemme know.