Hi All,
I have a funnel on a dashboard to monitor our registration flow, this is using a mix of screensViews and buttonClicks.
FROM MobileBreadcrumb SELECT funnel(sessionId,
where screenName = ‘app.verify number’ AS ‘Start Registration’,
where screenName = ‘app.create password’ AS ‘Create Password’,
where buttonName = ‘app.create password.create’ AS ‘Create Password Button’,
where screenName = ‘app.verify email email’ AS ‘Email Verify Page’,
where buttonName = ‘app.verify email.enter email’ AS ‘Send Email Button’,
where screenName = ‘app.sent email popup’ AS ‘email sent’)
SINCE 1 week ago
This is showing quite a big drop off at a very unexpected point ( Just after where buttonName = ‘app.create password.create’ AS ‘Create Password Button’, ) in our flow which is a good thing to spot and one I want to dig into.
But I now need to get some information about who those people are?
Thanks
Kev.
New Relic Edit
- I want this too
- I have more info to share (reply below)
- I have a solution for this
0 voters
We take feature ideas seriously and our product managers review every one when plotting their roadmaps. However, there is no guarantee this feature will be implemented. This post ensures the idea is put on the table and discussed though. So please vote and share your extra details with our team.