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

Conversions Goals on USQL

ArtuD
Contributor

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

 

3 REPLIES 3

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

ve00685603
Visitor

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.

The maximum number of funnel-steps per query was exceeded (requested 11, but maximum is 10)

 

Featured Posts