feat: AB test initial donation modal interval (#56078)

This commit is contained in:
Ahmad Abdolsaheb
2024-09-17 04:39:55 +03:00
committed by GitHub
parent 06d523e118
commit b1b371c72a
10 changed files with 161 additions and 153 deletions
+33 -2
View File
@@ -30,6 +30,37 @@
"name": "tests the conversion rate of the new design comparing to the old one"
}
]
},
"show-modal-randomly": {
"defaultValue": false,
"rules": [
{
"coverage": 1,
"hashAttribute": "id",
"seed": "show-modal-randomly",
"hashVersion": 2,
"variations": [
false,
true
],
"weights": [
0.5,
0.5
],
"key": "show-modal-randomly",
"meta": [
{
"key": "0",
"name": "Control"
},
{
"key": "1",
"name": "Variation 1"
}
],
"phase": "0",
"name": "stg show modal randomly"
}
]
}
}
}