Is there a way to capture when a user logs into your app?

I’m trying to find an option that will show when a user’s last login date and time to your app is. Trying to capture stats on how often users are interacting with the app. Right now I’m not seeing any way to do this. Anyone know of a way?

best way to do this:

have a big table and call it activity log.

all the main clicks users do like submitting a form, editing, clicking on detail screens etc.. make sure all these are workflows that also add a row to your big table.. tag device size, browser info, user email and created on timestamp..

once you capture this you should be able to easily discern when a user’s last interaction with your app was and even with what part of your app

You can also simply view active users from the usage tab in the dashboard without any setup.

2 Likes

Is that users that are currently logged in? Or just users in your app? If it is just users in the app then the number it’s giving me doesn’t look correct.

Based on your responses before and after you edited your post, I need more clarification on what exactly you are expecting because both responses seem to contradict each other. Which of the following is true?

  • Are you looking for a log of when a user actually went through the pin process to sign into your app?
  • Are you looking for the last time a user was active in the app while already being signed in?
  • Are you looking for users that are currently active as of the present moment?

My users only go through the pin process to sign in maybe a couple of times a year. The rest of the time they stay signed in and periodically go in and out of the app either every day or every few days. They are active when they are signed in and actively using the app. At most maybe one or two users are active at any given moment.

What you see in the list will depend on the filters you set at the top of the screen as far a viewing a specific app or all team apps, or the date range you are looking at.

1 Like