I have an iOS App. I am trying to figure out how users move through my app. I am looking for a way to group all the events by some sort of session id. I assumed all fireBase events would have a session id. This does not seem to be the case.
I noticed there is a user_pseudo_id
. I did some testing, where I logged an event that only I could ever have created. I noticed that sometimes the user_pseudo_id
changes. Any idea what triggers a new id? I restarted and deleted/reinstalled the app many times so its not so easy to reverse engineer when user_pseudo_id
changes
Thanks in advance
Andy
No, user_pseudo_id
is not a session ID. It´s a unique ID "by app install". So as long as a user uses the same app instance ("Installation") without reinstalling it, the user_pseudo_id
stays the same. It also doesn't change on app update. But it will change if you uninstall and reinstall the app.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With