Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Progressive tests #355

@nmilan

Description

@nmilan

Hello there, we have tried to set up progressive tests and it seems it's not possible? So what we need to do it's to start two experiments at the same time with the same alternative.
For example:
One experiment is: landing_page_cvr(alternatives: a,b),
Second experiment is: landing_page_cta(alternatives: a,b)
We should start both in the same time and it should be same alternative(for example a for both)

What we tried so far:

  1. We use Vanity.playground.experiments[:experiment_name].chooses(alternative) and test start with chosen alternative. But when we have to finish that test like this Vanity.track!(:experiment_name) that didn't work.
  2. We try to start the second test and after that, we try to update VanityParticipants.update_columns(seen: alternative_index)
  3. Also, we try to add a variable in an experiment for alternatives.

We think the best solution will be if we can somehow pass alternative as a variable(ex: Vanity.ab_test(:experiment_name, :alternative)) on the starting experiment. Do you have any solutions for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions