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

seHow to find number screen visited by user using Query user session?

heramb_sawant
Organizer

Hi Team , 
I am looking for below user session data using "USer Session Query" page,

Number of Screens visited 
Average screens visited 
Top 10 / 15 screens visited 

 

Can somebody please guide how I can do this> which user session propery can be used?

1 REPLY 1

abhi
Dynatrace Advisor
Dynatrace Advisor

Hi @heramb_sawant,

 

So the number of screen visits are actually user action visits that each user performs within the application. For the number/avg/top screen visits can be fetched through user action counts. Please find the following document which guides you on how to use those functions

  •  COUNT(field), COUNT(*), COUNT(DISTINCT field)
  • AVG(field)
  • TOP(field, n)

Document - https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-use...

 

Kind regards,
Abhi

Featured Posts