14 Mar 2019 12:46 PM
Is there any option to query user sessions that have actions in some consecutive order?
For example - an application has 3 actions - "action1", "action2", "action3". These may appear in any order in a user session and they can also repeat. I need to have a list of sessions in which actions are in exact order - such as "action1" is followed by "action2" which is followed by "action3".
It seems this cannot be achieved using USQL - can anyone confirm that? We can only filter sessions having particular actions, but regardless of their order.
Solved! Go to Solution.
18 Mar 2019 08:43 AM
Not at this point in time. This is on the roadmap.
18 Mar 2019 08:49 AM
Good to know... Any ideas when this might be available?
Are also conversion goals based to action order on the roadmap? (see my idea here)
06 Dec 2019 04:06 PM
Are you by chance asking about a Funnel for User Sessions? If so, in v1.182 of Dynatrace we're launching USQL Funnels!
Here's an example USQL query that provided the examples below:
SELECT FUNNEL(useraction.name="AppStart (easyTravel)" AS 'Open easytravel', useraction.name = "searchJourney" AS 'Search journey', useraction.name = "bookJourney" AS 'Book journey') FROM usersession
Kind regards,
Joshua P.
09 Dec 2019 08:02 PM
Exactly! I'm looking forward to see this feature.
If we could get USQL running on live sessions, then it would be awesome.
09 Dec 2019 08:07 PM
Awesome to hear! 🙂
I'm not sure about USQL on live sessions, but we did just release a blog about new USQL functionality that should be live on v1.180 and later!
Kind regards,
Joshua P.
09 Dec 2019 08:11 PM
Well, until we get USQL working on live sessions, the usage will still be mostly for business analytics. It's not very useful for realtime or near-real-time monitoring of user experience - live session may take up to several hours to finalize and included in USQL results.
17 Jan 2020 09:36 AM
Hi Joshua, why your mentioned blog doesn't contain info about FUNNEL functionality ? I have already tried it and it looks nice. Even dynatrace documentation is extended with info about this functionality so i wonder why it's so "hidden" in news.
17 Jan 2020 06:58 PM
Hi Rastislav D.!
That didn't make it into the blog as it released later, but here's some documentation below if you search for "FUNNEL": https://www.dynatrace.com/support/help/shortlink/usql-info#frequently-used-keywords
Kind regards,
Joshua P.
13 Feb 2020 09:39 PM
Hi,
Once we write the USQL query using Funnel, it is not showing in Dashboard as "Y" shape of Funnel details like user action name details with count and % of completion?
Showing above Funnel look is not good to see in dashboards.
Let us know your thoughts?
Regards,
M.Mohana
13 Feb 2020 10:11 PM
Hello, M.Mohana!
Can you please reach out over Dynatrace Live Chat so that our Product Specialists can help you troubleshoot your issue? Thank you!
https://www.dynatrace.com/support/live-chat/
Kind regards,
Joshua P.
09 Nov 2020 03:59 PM
Hi all,
I have a question about funnel Dashboards,
I have a user journey but 2 diffrent ways to access :
1 - actionA actionB actionC actionD
for many reasons, some users cannot perform ActionC and I want that user to appear in the same FUNNEL.
Is it possible ?
09 Nov 2020 03:59 PM
Hi all,
I have a question about funnel Dashboards,
I have a user journey but 2 diffrent ways to access :
1 - actionA actionB actionC actionD
for many reasons, some users cannot perform ActionC and I want that user to appear in the same FUNNEL.
Is it possible ?