22 Oct 2021 05:32 PM
Hi Folks,
I need to capture the usernames from form data shown below.
Is it possible? if yes, how can I do that?
Regards,
AK
Solved! Go to Solution.
22 Oct 2021 08:31 PM - edited 22 Oct 2021 08:33 PM
Hi @Yosi_Neuman,
Thanks for the inputs. I'm able to capture the username appearing on homepage using css selector however, customer don't want to tag the username that is showing on homepage (after logging in). They want the username that we are entering during login (in the username field of login page).
Homepage (after logging in) will show first name and last name but username entered during the login has different value and that I want capture and tag.
Regards,
AK
22 Oct 2021 11:03 PM
Hi @AK
As far as I know there is no way to capture information from input filed.
The question is if its possible to change the login page and add dtrum.identifyUser after username is entered ?
Yos
23 Oct 2021 09:01 AM
Hi @AK ,
based on your screenshot I assume the request is form encoded. I you have your services monitored by OneAgent, then it's easy to setup a request attribute capturing this value:
Then you just add the Request attribute as source for your user tag in the application definition:
25 Oct 2021 08:09 AM
@Julius_Loman, It work like a charm. Thank you for your help.
@Yosi_Neuman, Thanks for some of your inputs too.