react-experiments
react-experiments copied to clipboard
Triggering conversions?
If I have a revenue event at the end of a flow and multiple experiments within the test, how can I get an all-inclusive list of the best performing experiments?
I don't think I understand the question. Are you saying that you have multiple independent experiments that are you running in some conversion flow (and presumably are implemented using react-experiments) and want to have some way of analyzing these experiments in aggregate? react-experiments is largely a library for the implementation of experiments and not for analysis, so I am not sure what the relation is to the library. Hoping you could clarify.
It appears, and correct me if I'm wrong, that it just manages the variant selection as opposed to emitting any events regarding a variant impression (the chosen one) and how to conclude the experiment.