10 Dec 2018 04:11 AM - last edited on 30 Sep 2022 01:12 PM by MaciejNeumann
In User Session Tab some of the usernames are appearing as Anonymous, any workaround/resolution for this?
Solved! Go to Solution.
10 Dec 2018 07:02 AM
It will work like this if for those sessions user tag will be unavaiilable. You have to be sure that all anonymous are logged in. Another thing it’s that if you are taking user tag value from place that is not accessed by all singed in users, it also be like in you case. What rule you are using?
Regards,
Sebastian
11 Dec 2018 05:19 AM
PFA screenshot of rule I'm using
11 Dec 2018 11:10 AM
This rule will only work for users that has this element available and have value in it. If some of them are not signed in etc their sessions will be anonymous.
12 Dec 2018 10:17 AM
The most reliable solution to always get a user tag is to call dtrum.identifyUser("YourUserTag") via the JavaScript API of the agent.
If you use a CSS Selector that is only on a specific page for example, the user tag is only picked up if the user visits that page.
Using JavaScript variable that is always present would be another option.