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

Conversions Goals on USQL

ArtuD
Participant

How can i pass a conversion goals to a USQL query and create a dashboard?

 

2 REPLIES 2

dannemca
DynaMight Guru
DynaMight Guru

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"

 

Site Reliability Engineer @ Kyndryl

dannemca
DynaMight Guru
DynaMight Guru

In https://dynatrace.github.io/BizOpsConfigurator/ you can also find two examples of Dashboards, including gen3, that uses conversion goals.

Site Reliability Engineer @ Kyndryl

Featured Posts