Ask HN: How do you track “flow-breakers” in your application?
It's easy to track metrics like registrations and key user actions - but when you want to track the path of a user through your app and/or somehow summarize that data into clear points of difficulty (e.g. "after uploading a file and swiping twice, most users leave"), how do you do that?
Is there any open source tooling?
2 comments
[ 3.8 ms ] story [ 25.4 ms ] threadThen summarize the number of users for whom each action was the last one that they completed of the full sequence. You'd then infer that the user dropped out due to something between doing the actions with the highest numbers and the very next action(s) in the chain.
Also there's a reason people pay for referring a friend - it's easy to track who cares enough that they'd tell friends.