Skip to main content

i want to track which screen the users drop off at in our application, what would be the best way to implement that

Hi @migui3230 

For this use case, you would need to instrument the user navigation workflow on your app either via page views or events. Ideally, the most common way it to use a combination of both.

Here are some best practices to how to design your taxonomy for such scenarios.

Once you have instrumented this, you can utilize charts like Funnel Analysis or Pathfinder to see where users are dropping off after performing certain event or visiting a certain page in your app.

Let me know if I have interpreted your use case correctly. Hope this helps.

 

 


Reply