TelemetryDeck / Issues

When something is wrong in TelemetryDeck-Land, or if you have a cool idea how to make things better, this is the place to create an Issue.
https://telemetrydeck.com
37 stars 0 forks source link

New users insight #307

Open KaiOelfke opened 1 year ago

KaiOelfke commented 1 year ago

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.

winsmith commented 1 year ago

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

alexstaravoitau commented 7 months ago

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

winsmith commented 7 months ago

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.

alexstaravoitau commented 7 months ago

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