05 Apr 2024 04:53 PM - last edited on 10 May 2024 03:42 PM by Michal_Gebacki
Hi All, I need a help. I have already implmented Username capture in my application and dyna trace works fine and capture all relevant data.
There is a search box in my appliation and I want to capture all the search keywords entered by user in search box. Please help to achieve it.
I tried CSS-selector (#inputboxvalue@value) but it is not working.
Thanks in advance.
Solved! Go to Solution.
07 Apr 2024 09:27 PM
Hi,
Maybe, you can try to create a request attribute in relation to that request. And then, you can create a user action property in relation to request attribute.
Best regards
08 Apr 2024 05:50 AM
Thanks for the reply. It would be helpful for me if you can please share the steps to follow or any reference link for above solution please.
08 Apr 2024 07:47 AM
About request attributes.
https://docs.dynatrace.com/docs/platform-modules/applications-and-microservices/services/request-att...
About user action properties and request attributes.
https://docs.dynatrace.com/docs/shortlink/user-session-properties
Business events can also help if you can get the information from the body of the request
https://docs.dynatrace.com/docs/shortlink/ba-basic-concepts
11 Apr 2024 02:40 PM
Thanks, I will review these reference links.