Issues icon indicating copy to clipboard operation
Issues copied to clipboard

New users insight

Open KaiOelfke opened this issue 2 years ago • 5 comments

I think it would be good to not only have daily active users in the overview, but also new users / installs / downloads. This is probably possible with custom queries, but I'm not sure how.

KaiOelfke avatar Oct 28 '23 12:10 KaiOelfke

I agree! This fits with my plan to have more pre-packaged insights in general! :)

winsmith avatar Oct 30 '23 09:10 winsmith

@winsmith Is it possible to create a new users / installs insight now, with a custom query for example?

alexstaravoitau avatar Mar 22 '24 10:03 alexstaravoitau

I don't think so because I can't think of a criterion that makes a user a new user that doesn't need me to look at the entirety of the data set for the possibility of the user having previously existing.

I think the way to go is to store a value on the client side. Something like "SDK has been initialized before" stored in userdefaults. When that value is missing, send a "first time user" signal.

winsmith avatar Mar 22 '24 22:03 winsmith

Thanks @winsmith — yep that will work, I was just hoping I could do this without releasing an update.

alexstaravoitau avatar Mar 22 '24 23:03 alexstaravoitau