Skip to content

Commit

Permalink
start tds override a/a experiment (#2724)
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio authored Feb 5, 2025
1 parent 8934a5c commit 014daed
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
28 changes: 27 additions & 1 deletion overrides/ios-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,33 @@
},
"contentBlocking": {
"state": "enabled",
"exceptions": []
"exceptions": [],
"features": {
"tdsNextExperimentBaseline": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 50
}
]
},
"settings": {
"controlUrl": "v5/temp/ios-tds.json",
"treatmentUrl": "v5/temp/ios-tds-b.json"
},
"cohorts": [
{
"name": "control",
"weight": 1
},
{
"name": "treatment",
"weight": 1
}
]
}
}
},
"history": {
"state": "enabled",
Expand Down
28 changes: 27 additions & 1 deletion overrides/macos-override.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,33 @@
"domain": "wjla.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/pull/2319"
}
]
],
"features": {
"tdsNextExperimentBaseline": {
"state": "enabled",
"rollout": {
"steps": [
{
"percent": 50
}
]
},
"settings": {
"controlUrl": "v6/temp/macos-tds.json",
"treatmentUrl": "v6/temp/macos-tds-b.json"
},
"cohorts": [
{
"name": "control",
"weight": 1
},
{
"name": "treatment",
"weight": 1
}
]
}
}
},
"cookie": {
"state": "enabled",
Expand Down

0 comments on commit 014daed

Please sign in to comment.