Hi Sebastian. For the example you provided, it sounds like event serialization might do the trick. By setting an event with serialization when a user purchases, you can effectively count "Visits where a purchase occurred." Dividing orders by this number would tell you, for users who purchase, how ma...