Open
Description
I would like to bucket users into two groups, and then measure the number of times each group performs a certain action.
Let's say group A has two users and group B has two users. Those users in group A perform the action 100 times in total. The users in group B perform the action 300 times in total.
This is what I want to track. Is there a reasonable way to do that with Split currently?
If I use reset: true
, I can track multiple finishes per user, but the group choice is also reset each time, which I don't want. Once you're in group A, I want you to stay in group A.
If I don't use reset: true
, they stay in their group, but only one finish is tracked per user.