betaacid / expo-analytics

Google Analytics integration for use with React Native apps built on Expo
MIT License
288 stars 63 forks source link

Single user triggering events as multiple users #64

Open AdamGerthel opened 4 years ago

AdamGerthel commented 4 years ago

I'm not sure why, but for some reason, I'm getting multiple real time events/pagehits etc. sent in by what seems like a single app installation as if it were multiple users. Is there any obvious reason why this could be happening? It seems like GA is treating all events as different users.

I haven't been able to recreate the problem on my own devices, and I just released the app to a single external beta user - but GA seems to think that the single user is multiple users:

Screenshot 2019-12-21 at 12 38 36

Do you have any idea what could be causing this? I would imagine that the web version of GA users browser fingerprint to differentiate users. How does expo-analytics do it?