Is it possible to export user data along with number of sign ins (total)
I'm looking for a way to identify returning users provided the rest of my analytics is.. not ideal.
10 Replies
Hey @musicant,
Thanks for reaching out.
You can export users data from Kinde. The following doc explains how to do so: https://docs.kinde.com/manage-your-account/your-data/exporting-data/#_top
Unfortunately, at the moment there is no way to export the
# of total sign-ins per user
.
Are you able to elaborate on your use-case for needing the # of total sign-ins per user
?Kinde docs
Export your data
Our developer tools provide everything you need to get started with Kinde.
hi Oli
given that the rest of my analytics is crap, I was just wondering if I could get a gauge on number of returning users via Kindle
Hey @musicant,
You could setup Kinde webhooks to trigger a webhook whenever a successful authentication attempt occurs (user.authenticated event), and store this information in your local store or DB.
Hi Oli,
Thanks! I was just wondering if I could do that for past users
Auth0 does a really good job of getting the number of sign ins in your face so I guess I was used to that
Im keen to know more about how Auth0 does this. Would you be able to link me any docs on how they do this?
this is what Auth0 will give you
you can click on Logins and see the users with the most logins for example
this is useful if you're testing an app prototype to get a quick gauge of users that are actually returning and maybe reach out
Hey @musicant,
Thanks for sharing the details on how Auth0 provides more analytics on authentication methods.
I have noted down your request on our internal request table.
That’s great, thanks!
No thank you @musicant