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

custom user action

SB_12
Organizer

Hello ,

I want to add custom user actions to be captured for my application . Can some one help me with documents related to same? details given in under the topic is not very detailed "

Customize Real User Monitoring"

 

 

Thankyou..

 

6 REPLIES 6

Julius_Loman
DynaMight Legend
DynaMight Legend

Just download the API docs and samples from your environment (Settings -> Web & mobile monitoring

-> Advanced setup). There are good samples in the zip file that will certainly help you.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

SB_12
Organizer

Hi Julius ,I have downloaded the docs and sample . but I am still not able to figure out how to change API to add custom actions . For example , I want to capture mouseClick: = "C" .



You need to call the dtrum JavaScript object methods to capture the action start and end. Can you be more specific in what you are trying to achieve?


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Hi Julius , I want to capture number of click actions on 'Finish' button.


By design, the click on finish should be a separate user action. Depending on whether the web application does some network requests or not a user action will be automatically created.

If you don't see user actions triggered by the button click, you need to implement this custom action calls. But nobody will give you more details on how to implement it without a look at the application.

The number of clicks (user actions) can then be retrieved for example by querying the user sessions.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Thanks For your reply . I will check further.


Featured Posts