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

Report on All User Actions and Count for Web Application

nj_njoku
Inactive

I will like to create a report on all the user actions for a web application in RUM and the count of these user actions for the last 30 days. My only option I could think of was to use the API but I ran into the following issues.

 

  1. I cannot filter by the entity=APPLICATION ID in the API call for com.dynatrace.builtin:appmethod.useractions or com.dynatrace.builtin:appmethod.useractionsperminute
  2. This timeseries metrics com.dynatrace.builtin:appmethod.useractions and com.dynatrace.builtin:appmethod.useractionsperminute seem to be for only key user actions and not all user actions

Is there a way to do this? Please advise @Alexander S. @Wolfgang B.

Thanks

NJ

3 REPLIES 3

I'm getting APPLICATION ID using the following querystring :-

https://xxxxxx.dynatrace-managed.com/e/abcdef123456/api/v1/timeseries?timeseriesId=com.dynatrace.bui...

That said, I also want to get GEOLOCATION which it is saying is not supported for this timeseries ID. Additionally I'd like to get a particular user action name also.


pahofmann
DynaMight Guru
DynaMight Guru

This is not possible at the moment. You can get Metrics for the entire Application, or for Key User Actions. You should open an Enhancement Request to extend the API capabilities.

Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Now we have the USQL API which gives us more flexibility with extracting User Session data via API.

Dynatrace Certified Master, AppMon Certified Master - Dynatrace Partner - 360Performance.net

Featured Posts