rawls238 / PlanOut.js

A JavaScript port of Facebook's PlanOut Experimentation Framework
MIT License
308 stars 52 forks source link

Enable experiment activation option for running the experiments on selected users #77

Open sunnybit opened 5 years ago

sunnybit commented 5 years ago

Enable experiment activation option for running the experiments on selected users(% of traffic, device specificity). Also, include a stickiness parameter in the cookie for the users not selected in an experiment.

rawls238 commented 5 years ago

Is there any use case that can't be covered by wrapping in a namespace? For instance, only exposing an experiment to 30% of users is relatively simple to do with namespaces.

I also do not know what you mean by a stickiness parameter so hoping you can clarify

sunnybit commented 5 years ago

@rawls238 Stickiness was referred to user experience. After the experiment started, users who are not selected for the experiment should persist unitl the experiment is alive.