DynatraceDashboardPowerups
DynatraceDashboardPowerups copied to clipboard
Add conversion and abandon counts to the Sankey link popup
Think about adding avg duration, error and crash counts as well.
A "conversion" in this context is a session with 1+ matching conversion goals, correct? How are you defining an "abandon"?
My thought is to have a a parameter that identifies the conversion goal and another parameter that identifies a goal that indicates the official start of a user journey, like:
!PU(sankey):link=sankey1;kpi=revenue;kpicurr=EUR;conversiongoal=CreditCardValidated;milestonegoal=LoggedIn
Then a conversion is any session that has the goal of CreditCardValidated. An abandon is any session that has the goal LoggedIn and not the goal CreditCardValidated.