Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple allocations #353

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/feature-flagging/experiment-assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Click "Create Experiment" on the experiment allocation to create an experiment.

![Randomization 1](/img/feature-flagging/randomization-1.png)

Each allocation (feature gate or experiment) can target one subset of subjects thanks to rules. Subjects for whom the first rule don’t apply are passed on to the next allocation on the flag. Thanks to this, multiple experiments can be run on the same flag, targetting distinct users.
bertilhatt marked this conversation as resolved.
Show resolved Hide resolved

![Multiple allocations](/img/feature-flagging/multiple_allocations.png)

Once assignments have begun, they will need to be logged to your data warehouse to be analyzed by Eppo. All SDKs take in a callback function that is called with the assignment parameters (`subject_id`, `experiment_id`, `timestamp`, etc.) passed in when assignments are made. That function is completely managed by you - the only requirement is that the assignment data eventually makes it to your warehouse.

Congratulations on setting up your first Eppo randomized experiment! Refer to our [analysis setup guide](/experiment-quickstart) to connect Eppo to your data warehouse and easily analyze the results.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.