Created
September 12, 2023 09:06
-
-
Save mlgruby/f5663fb64cf45e0ece635e9ac20cb899 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "hairstyles_split_09_2023", | |
"description": "placeholder", | |
"type": "AB_TEST", | |
"variants": [ | |
{ | |
"canonicalName": "baseline", | |
"displayName": "baseline", | |
"description": "Baseline variant", | |
"configuration": {} | |
}, | |
{ | |
"canonicalName": "split", | |
"displayName": "split", | |
"description": "placeholder", | |
"configuration": {} | |
} | |
], | |
"experiments": [ | |
{ | |
"name": "placeholder", | |
"description": "placeholder", | |
"exposure": 0, | |
"state": "OPEN", | |
"sticky": true, | |
"stage": "DEV", | |
"variants": [ | |
{ | |
"canonicalName": "baseline", | |
"state": "OPEN", | |
"weight": 0 | |
}, | |
{ | |
"canonicalName": "split", | |
"state": "OPEN", | |
"weight": 1 | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment