[fenix] update initial_experiments.json based on the current first-run experiments in experimenter

pull/600/head
mergify 2 years ago committed by Ryan VanderMeulen
parent 4a46d19da0
commit 51d79f289d

@ -48,7 +48,7 @@
"targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('105.!') >= 0)))",
"startDate": "2022-08-17",
"enrollmentEndDate": "2022-08-31",
"endDate": null,
"endDate": "2022-09-07",
"proposedDuration": 14,
"proposedEnrollment": 7,
"referenceBranch": "control-1"
@ -105,6 +105,95 @@
"proposedDuration": 28,
"proposedEnrollment": 7,
"referenceBranch": "control-1"
},
{
"schemaVersion": "1.9.0",
"slug": "qa-firefox-android-nightly-mr-new-user-onboarding",
"id": "qa-firefox-android-nightly-mr-new-user-onboarding",
"arguments": {},
"application": "org.mozilla.fenix",
"appName": "fenix",
"appId": "org.mozilla.fenix",
"channel": "nightly",
"userFacingName": "[QA] Firefox Android Nightly MR New User Onboarding",
"userFacingDescription": "Firefox Android Nightly MR New User Onboarding",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-mr2022-nightly-1",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"mr2022"
],
"probeSets": [],
"outcomes": [],
"branches": [
{
"slug": "control",
"ratio": 1,
"feature": {
"featureId": "mr2022",
"enabled": true,
"value": {
"sections-enabled": {
"home-onboarding-dialog-new-users": false,
"home-onboarding-dialog-existing-users": false,
"sync-cfr": false,
"wallpapers-selection-tool": false,
"jump-back-in-cfr": false,
"tcp-cfr": false
}
}
}
},
{
"slug": "treatment-a",
"ratio": 1,
"feature": {
"featureId": "mr2022",
"enabled": true,
"value": {
"sections-enabled": {
"home-onboarding-dialog-new-users": true,
"home-onboarding-dialog-existing-users": true,
"sync-cfr": true,
"wallpapers-selection-tool": true,
"jump-back-in-cfr": true,
"tcp-cfr": true
}
}
}
},
{
"slug": "treatment-b",
"ratio": 1,
"feature": {
"featureId": "mr2022",
"enabled": true,
"value": {
"sections-enabled": {
"home-onboarding-dialog-new-users": false,
"home-onboarding-dialog-existing-users": false,
"sync-cfr": false,
"wallpapers-selection-tool": false,
"jump-back-in-cfr": false,
"tcp-cfr": true
}
}
}
}
],
"targeting": "(app_version|versionCompare('106.*') <= 0) && ((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('106.!') >= 0)))",
"startDate": null,
"enrollmentEndDate": null,
"endDate": null,
"proposedDuration": 28,
"proposedEnrollment": 7,
"referenceBranch": "control"
}
]
}

Loading…
Cancel
Save