mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
update initial_experiments.json based on the current first-run experiments in experimenter
This commit is contained in:
parent
812f073e39
commit
dedc7704e3
@ -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…
Reference in New Issue
Block a user