This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
This page will serve as an overview of various USQL examples.
USQL examples
Average Document Interactive Time for India SELECT starttime, AVG(useraction.documentInteractiveTime) AS "D...
There is a difference between using the startTime/endTime in the WHERE clause and the Global time frame in the USQL. USQL Global timeframe filter in WebUI will m...
When performing the User Session Query select useraction.name from usersession the names of the actions are returned in what looks like an array. The problem statement is I would like to know after t...
Hello: I am trying to convert a session query into custom metric. At the end of the day. I want to be able to show in a bar char the amount of user session every 15 minutes. I need to change...
hello , why some values in the query come with null or unknown like the following connection type query and when clicking on this unknown percentage found that this percenta...
We have the following analytics requirement using RUM for mobile (iOS and Android) where we only implemented the auto-instrumentation feature of the SDK.
Find out how many users perform an action w...
Looking for a way to build a user session query to give me a count on how many userActions result in HTTP 500 errors based on specific URLs. Is there a way to filter on just HTTP 500 errors us...
...apture as a single session) and a session is created based on their activity in both applications.
If I were to search (either by USQL or the User Session UI) for a particular value of p...
Hello,
Is there any workaround to create a dashboard showing the affected user sessions and the related problems?
I noticed that, in the problems page I can view the affected user sessions filter...