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

Load browser action metric as "per the geo location"

amitbsht321
Contributor

Hi Team,

we are trying to fetch the data of Action duration- load action (by Brower) [web] using data explore. The requirement is to get the data as per the geo location.

amitbsht321_0-1654863567830.png

 

We are not seeing any metric to set the bifurcation on basis of geo location apart from synthetic metrics.

amitbsht321_1-1654863822943.png

 

Is their way to achieve the same?

 

Regards,

Amit Singh Bisht

4 REPLIES 4

Yosi_Neuman
DynaMight Guru
DynaMight Guru

Hi @amitbsht321 

IMO you can use User sessions query for this with select like: "select usersession.country,AVG(visuallyCompleteTime) FROM useraction where type="Load" GROUP BY usersession.country"

Yosi_Neuman_0-1654938789141.png

And then pin it to dashboard

Yosi_Neuman_0-1654938932705.png

HTH

Yos 

 

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Hello @Yosi_Neuman 

Thanks a lot for you quick response. Yes we are getting data, as expected.

 

Just need one assistance from you. How to fetch the same data for a one specific application and a specific country i.e USA/UK ??

 

Regards,

Amit Singh Bisht 

 

 

techean
Dynatrace Champion
Dynatrace Champion

Use Management zones for specific application.

KG

Hi @amitbsht321 ,

Add to the where of the select your application and the desired country, something like: select usersession.country,AVG(visuallyCompleteTime) FROM useraction where application = "www.easytravel.com" and usersession.country = "United States" and type="Load" GROUP BY usersession.country

More information about  custom queries can be found in documentation 

HTH

Yos 

 

 

dynatrace certificated professional - dynatrace master partner - Matrix Soft Ware Division - Israel

Featured Posts