I'm interested in understanding better HOW our users are using our product. One possible tool to use is Inspectlet; I like it because it creates a playback video of the user's behavior.<p>My preference, though, would be something similar to a traditional approach where you pepper your front-end code with calls to something like:<p>mixpanel.track("This event")<p>The reason why Mixpanel isn't ideal for us is that it tracks events but NOT sequences of events. I'd like a timeline of my user behavior to understand better the paths they attempted or the tasks they they are trying to accomplish.<p>What are some of the tools you use to monitor this? I've looked at all of different tools already:<p>clicky
Google Analytics
Heap
Inspectlet
MixPanel
Clicktale
Heap (where I work) built a feature that addresses this exact use-case: <a href="https://heapanalytics.com/features/users" rel="nofollow">https://heapanalytics.com/features/users</a>. Is that what you had in mind?
Amplitude does event tracking and has event flows, which sound s like what you're looking for. Also has individual user timelines of events. <a href="https://amplitude.com/docs#event-flows" rel="nofollow">https://amplitude.com/docs#event-flows</a>