Skip to content

Instantly share code, notes, and snippets.

@ptessier
Last active January 6, 2024 14:48
Show Gist options
  • Save ptessier/131033ea219080774bd6c44efeeeaea1 to your computer and use it in GitHub Desktop.
Save ptessier/131033ea219080774bd6c44efeeeaea1 to your computer and use it in GitHub Desktop.
react-meetup-ab-testing
{
"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