Last active
January 6, 2024 14:48
-
-
Save ptessier/131033ea219080774bd6c44efeeeaea1 to your computer and use it in GitHub Desktop.
react-meetup-ab-testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"experiment-a": { | |
"key": "experiment-a", | |
"attribute": "id", | |
"traffic": 1, | |
"variations": ["control", "treatment"], | |
"weights": [0.5, 0.5] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment