cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to capture user inputs during user session

igupa
Visitor

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.

4 REPLIES 4

AntonPineiro
DynaMight Guru
DynaMight Guru

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

❤️ Emacs ❤️ Vim ❤️ Bash ❤️ Perl

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. 

PacoPorro
Dynatrace Champion
Dynatrace Champion

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


Thanks, I will review these reference links.

Featured Posts