mixpanel / mixpanel-android

Official Android Tracking Library for Mixpanel Analytics
http://mixpanel.com/
Apache License 2.0
1.02k stars 366 forks source link

Events not being sent in order, causing problem with analytics #817

Open HamzaJawad98 opened 1 year ago

HamzaJawad98 commented 1 year ago

Hi, as the title suggests, since some events that are happening in a very close time frame are not being sent in order, this is causing us to have trouble recognizing the source event of certain events, among other issues. Is there a way to circumvent this issue?

jaredmixpanel commented 1 year ago

@HamzaJawad98 events are timestamped with millisecond precision. if events happen within the same millisecond they will have the same timestamp and their display order cannot be guaranteed in the mixpanel.com webapp.

zihejia commented 1 year ago

Hi @HamzaJawad98, which version are you using? Versions prior to v6.3.0 do not have support for millisecond precision, so they are more likely to have the problem of events not being sent in order.