14 Feb 2019 06:27 PM - last edited on 30 Sep 2022 12:16 PM by MaciejNeumann
How do I count key user actions on a single web page? We have a registration flow which is written using Angular 6. RUM is enabled and tracking user sessions; each step of the registration flow has a separate URI but is on the same page. We can see each URI in Google Analytics but we can't see it in DT.
Solved! Go to Solution.
14 Feb 2019 10:13 PM
If the resulting user actions all have the same name, they are all grouped together, this is probably happening if all actions are on the same page.
Check the Default user action names in the application settings under User actoins:
For a Angular application using the anchor probably is a good default, you can always change the resulting names with naming rules if that doesn't get you the result you want.
15 Feb 2019 03:19 PM
I would suggest to change the user action setting to "User Input" for both load actions and XHR actions.