2
Metrics on new user sign ups
complete
Diraj Goel
Would be great to understand the number of new users who have signed up but may not have bought. We have users who need to go through a couple of steps to complete sign up and we validate the completion of sign up using a role change. We currently have no way to identify a user who started sign up, completed sign up, and have bought. If we could at very minimum, being able to tell the difference between someone who started signing up as opposed to have bought.
Activity
Newest
Oldest
Bryce Adams
complete
This should be easy to do with segmenting on https://app.metorik.com/customers :)
1. Customers who signed up but haven't ordered: Apply filter for 'order count is equal to 0'. Optionally add one for the join date.
2. Customers who signed up and ordered: Apply filter for 'order count is greater than 0'. Optionally add one for the join date.
Alternatively in your case, you could segment by roles for #1 and #2.
It's super easy to add these segment stats to the dashboard too with custom dashboards: https://help.metorik.com/article/102-customising-the-dashboard.
Any issues let me know. Cheers!