Skip to content

Commit

Permalink
new exp at 50 (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorweiler authored Dec 18, 2024
1 parent 434c810 commit a07b6be
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion overrides/android-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
]
},
"tdsNextExperimentDec24": {
"state": "enabled",
"state": "disabled",
"minSupportedVersion": 52200000,
"rollout": {
"steps": [
Expand All @@ -137,6 +137,31 @@
"controlUrl": "v5/current/android-tds.json",
"treatmentUrl": "v5/temp/android-experiment-ab2-tds.json"
},
"cohorts": [
{
"name": "control",
"weight": 0
},
{
"name": "treatment",
"weight": 0
}
]
},
"tdsNextExperimentBaselineBackup2": {
"state": "enabled",
"minSupportedVersion": 52220000,
"rollout": {
"steps": [
{
"percent": 50
}
]
},
"settings": {
"controlUrl": "v5/current/android-tds.json",
"treatmentUrl": "v5/temp/android-experiment-ab2-tds.json"
},
"cohorts": [
{
"name": "control",
Expand Down

0 comments on commit a07b6be

Please sign in to comment.