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

fork
jeddai 1 year ago committed by mergify[bot]
parent f24c978620
commit fb5e474273

@ -1,5 +1,63 @@
{
"data": [
{
"schemaVersion": "1.10.0",
"slug": "android-reengagment-notifications-release",
"id": "android-reengagment-notifications-release",
"arguments": {},
"application": "org.mozilla.firefox",
"appName": "fenix",
"appId": "org.mozilla.firefox",
"channel": "release",
"userFacingName": "Android Reengagment Notifications Release",
"userFacingDescription": "Re engagement notifications on Android",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-re-engagement-notification-release-1",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"re-engagement-notification"
],
"probeSets": [],
"outcomes": [],
"branches": [
{
"slug": "control-no-notification",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"enabled": true,
"value": {
"enabled": false
}
}
},
{
"slug": "treatment-notification",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"enabled": true,
"value": {
"enabled": true
}
}
}
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('109.!') >= 0)))",
"startDate": "2022-12-08",
"enrollmentEndDate": "2023-01-05",
"endDate": null,
"proposedDuration": 56,
"proposedEnrollment": 28,
"referenceBranch": "control-no-notification",
"featureValidationOptOut": false
},
{
"schemaVersion": "1.10.0",
"slug": "firefox-android-mr-2022-new-user-onboarding",
@ -69,6 +127,64 @@
"proposedEnrollment": 24,
"referenceBranch": "control",
"featureValidationOptOut": false
},
{
"schemaVersion": "1.10.0",
"slug": "test-android-notifications",
"id": "test-android-notifications",
"arguments": {},
"application": "org.mozilla.firefox_beta",
"appName": "fenix",
"appId": "org.mozilla.firefox_beta",
"channel": "beta",
"userFacingName": "Android Reengagment Notifications",
"userFacingDescription": "Re engagement notifications on Android",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-re-engagement-notification-beta-3",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"re-engagement-notification"
],
"probeSets": [],
"outcomes": [],
"branches": [
{
"slug": "control-no-notification",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"enabled": true,
"value": {
"enabled": false
}
}
},
{
"slug": "treatment-notification",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"enabled": true,
"value": {
"enabled": true
}
}
}
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('109.!') >= 0)))",
"startDate": "2022-12-08",
"enrollmentEndDate": "2023-01-05",
"endDate": null,
"proposedDuration": 56,
"proposedEnrollment": 28,
"referenceBranch": "control-no-notification",
"featureValidationOptOut": false
}
]
}

Loading…
Cancel
Save