-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start tds override a/a experiment #2724
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Wed, 05 Feb 2025 16:18:52 GMT legacytrackers-unprotected-temporary.txt (12 more)
v3/ios-config.json--- v3/ios-config.json
+++ v3/ios-config.json
@@ -1979,9 +1979,35 @@
{
"domain": "instructure.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/2212"
}
- ]
+ ],
+ "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
+ }
+ ]
+ }
+ }
},
"contextualOnboarding": {
"exceptions": [],
"state": "disabled"
v3/macos-config.json--- v3/macos-config.json
+++ v3/macos-config.json
@@ -1923,9 +1923,35 @@
{
"domain": "instructure.com",
"reason": "https://github.com/duckduckgo/privacy-configuration/issues/2212"
}
- ]
+ ],
+ "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
+ }
+ ]
+ }
+ }
},
"contextualOnboarding": {
"exceptions": [],
"state": "enabled"
latestv4/android-config.json (11 more)
v4/ios-config.json--- v4/ios-config.json
+++ v4/ios-config.json
@@ -1610,9 +1610,35 @@
},
{
"domain": "instructure.com"
}
- ]
+ ],
+ "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
+ }
+ ]
+ }
+ }
},
"contextualOnboarding": {
"exceptions": [],
"state": "disabled"
v4/macos-config.json--- v4/macos-config.json
+++ v4/macos-config.json
@@ -1550,9 +1550,35 @@
},
{
"domain": "instructure.com"
}
- ]
+ ],
+ "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
+ }
+ ]
+ }
+ }
},
"contextualOnboarding": {
"exceptions": [],
"state": "enabled"
|
**Asana Task/Github Issue:**https://app.asana.com/0/0/1209153206410268/f
Description Start TDS override A/A baseline experiment
Feature change process:
Additional info:
Site breakage mitigation process:
Brief explanation
Reported URL:
Problems experienced:
Platforms affected:
Tracker(s) being unblocked:
Feature being disabled:
I have referenced the URL of this PR as the "reason" value for the exception (where applicable).
This change is a speculative mitigation to fix reported breakage.
Reference