User Activity Tracking

Ever wonder what your users actually do in your app?

One thing we have learned over the years is your app users will never do what you think they're going to do. Typically they do any number of weird and unexpected things while they are using your app.

After puzzling through some ways to solve this we ended up falling back onto our logging platform, extending it to allow us to log user actions as they work their way through the application.

We added the ability to add user actions (or events) into the logging system so we can correlate and organize the user actions. This assists in all kinds of ways:

  1. We can look for the actions of an individual user if we need to see why a specific user is having issues or didn't get the outcome they were expecting from some action.
  2. It allows us to look for patterns of movements across a block of users.
  3. It allows us to see how new features are being used/received.
close
Sign up to get started