29 Jan 2024 05:18 PM
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.