split icon indicating copy to clipboard operation
split copied to clipboard

How to track conversion weight?

Open benlieb opened this issue 7 years ago • 1 comments

The docs only say I can do this:

ab_finished(:my_experiment)

But I'd like to do this:

ab_finished(:my_experiment, sale_amount)

I'd like to track the amount of our sales based on the a/b test, not the number of sales. Is there any way to do this currently?

benlieb avatar Mar 08 '17 19:03 benlieb

I suppose you can use this feature https://github.com/splitrb/split/pull/460 (probably required to modify dashboard)

catz avatar Jul 31 '20 11:07 catz