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

experience score Export - query Mgmt Zone and/or custom tags?

jmackey
Visitor

All,

 

I need to export user experience score data per application.  I need to only pull applications for a particular management zone.  We also have a custom tag on these applications that I could also use as a key if it's available to query.

 

However, I do not see a parameter I can use in my query.  In order to export to JSON I am using a CURL command, so I cannot use the Filter via the UI for Management zone.

 

Let's say the Management Zone is "NA" for North America.  How can I add that to the query?

 

Here's my query:

select count(*), useraction.application,userExperienceScore FROM usersession group by useraction.application,userExperienceScore order by useraction.application ASC

 

Thanks!

John

1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

So I recommend doing an API pull for that and not use the USQL. Environment API v2: 

ChadTurner_0-1654311249005.png

 

-Chad

Featured Posts