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

This commit is contained in:
mergify 2022-10-05 18:42:26 +00:00 committed by Ryan VanderMeulen
parent 5cce4b5f15
commit 11af9ab394
1 changed files with 71 additions and 1 deletions

View File

@ -1,3 +1,73 @@
{
"data": []
"data": [
{
"schemaVersion": "1.9.0",
"slug": "firefox-android-mr-2022-new-user-onboarding",
"id": "firefox-android-mr-2022-new-user-onboarding",
"arguments": {},
"application": "org.mozilla.firefox",
"appName": "fenix",
"appId": "org.mozilla.firefox",
"channel": "release",
"userFacingName": "Firefox Android 2022 New User Onboarding",
"userFacingDescription": "Firefox Android 2022 New User Onboarding experiment",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-mr2022-release-1",
"start": 0,
"count": 1500,
"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
}
}
}
},
{
"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
}
}
}
}
],
"targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('106.!') >= 0)))",
"startDate": "2022-10-05",
"enrollmentEndDate": "2022-10-29",
"endDate": null,
"proposedDuration": 73,
"proposedEnrollment": 24,
"referenceBranch": "control"
}
]
}