23 Aug 2018
11:56 PM
- last edited on
30 Sep 2022
05:25 AM
by
MaciejNeumann
Hi all,
I would like to create user tags that captures username values from a Java servlet based login page.
From what I understand, the options we currently have are user tagging via CSS selector, JavaScript variable, metadata, and cookie attributes. However, for the web application we are monitoring, one of their services uses a pop up Java window to perform login. This specific service would continue to run on the Java window after login and there will be no communication between the html landing page with this Java window.
Can we still capture value for user tagging? Would user tagging with metadata or cookie work?
Is that possible that we can use JavaScript API in this situation? If yes, how?
Kindly advice.
Thanks,
Ginnie
Solved! Go to Solution.
you can create a request attribute as well from the purepaths and the services that are monitored then back link the tagging to hit that new request attribute you created. and example of this would be if you want to tag users with their IPs. The possibilities are endless. You you already tried the options with the SS selector, JavaScript variable, metadata, and cookie attributes, i would check out the request attributes.
Featured Posts