feat(client): add 25 dollar tier ab test (#62014)

This commit is contained in:
Ahmad Abdolsaheb
2025-09-11 13:04:01 +03:00
committed by GitHub
parent 09dc696c29
commit ded6b598d7
4 changed files with 109 additions and 30 deletions
@@ -30,6 +30,32 @@
"name": "tests the conversion rate of the new design comparing to the old one"
}
]
},
"replace-20-with-25": {
"defaultValue": false,
"rules": [
{
"coverage": 1,
"hashAttribute": "id",
"seed": "replace-20-with-25",
"hashVersion": 2,
"variations": [false, true],
"weights": [0.5, 0.5],
"key": "replace-20-with-25",
"meta": [
{
"key": "0",
"name": "Control"
},
{
"key": "1",
"name": "Variation 1"
}
],
"phase": "0",
"name": "stg replace 20 with 25"
}
]
},
"show-modal-randomly": {
"defaultValue": false,