29 Jan 2024
05:18 PM
- last edited on
12 May 2025
06:57 AM
by
MaciejNeumann
29 Jan 2024 07:51 PM
It depends on what kind of information you are trying to reach.
If the number of sessions that match any conversion, you can use the USQL condition "matchingConversionGoalsCount>=X", where X is the session number.
You can also use the builtin metric "builtin:apps.web.conversionRate" to get the rate (%) of sessions that matches at lease one goal.
You can also get more insights of the conversion using it on the USQL as conditions, depending on your goal set:
If action number: "userActionCount>=X"
If user action: "userAction.name=X"
If destination: "userevent.page=X"
If duration: "duration>=X"
30 Jan 2024 08:30 PM
In https://dynatrace.github.io/BizOpsConfigurator/ you can also find two examples of Dashboards, including gen3, that uses conversion goals.
09 May 2025 07:29 PM - edited 09 May 2025 07:32 PM
Thank you so much for the interactive discussion in this post. Wondering if there's a possibility to increase the funnel query count to some number as right now, I am seeing the maximum count of 10 and not allowing beyond that. Pls advise.