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

fenix/112.0
JohanLorenzo 1 year ago committed by mergify[bot]
parent 3c22ce3f7a
commit 85bcf23300

@ -11,7 +11,7 @@
"channel": "release",
"userFacingName": "Android Pre-Permission Prompt Experiment - Release",
"userFacingDescription": "If we show the pre-permission prompt to opt in to notifications for new users, then users will be more likely to opt in to receiving notifications.",
"isEnrollmentPaused": false,
"isEnrollmentPaused": true,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
@ -51,7 +51,7 @@
],
"targeting": "((is_already_enrolled) || (((android_sdk_version|versionCompare('33') >= 0) && is_first_run) && (app_version|versionCompare('110.!') >= 0)))",
"startDate": "2023-01-31",
"enrollmentEndDate": "2023-02-08",
"enrollmentEndDate": "2023-02-22",
"endDate": null,
"proposedDuration": 28,
"proposedEnrollment": 8,
@ -116,6 +116,68 @@
"referenceBranch": "control-no-notification",
"featureValidationOptOut": false
},
{
"schemaVersion": "1.10.0",
"slug": "release-android-sign-to-sync-onboarding-page",
"id": "release-android-sign-to-sync-onboarding-page",
"arguments": {},
"application": "org.mozilla.firefox",
"appName": "fenix",
"appId": "org.mozilla.firefox",
"channel": "release",
"userFacingName": "[release] Android Sign to Sync onboarding page",
"userFacingDescription": "This experiement moves the sign-in to sync panel to the top of the onboarding page, where it previously was under themes and toolbar positioning.",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-onboarding-release-1",
"start": 0,
"count": 3600,
"total": 10000
},
"featureIds": [
"onboarding"
],
"probeSets": [],
"outcomes": [],
"branches": [
{
"slug": "control",
"ratio": 1,
"feature": {
"featureId": "onboarding",
"enabled": true,
"value": {}
}
},
{
"slug": "treatment-a",
"ratio": 1,
"feature": {
"featureId": "onboarding",
"enabled": true,
"value": {
"order": [
"sync",
"themes",
"toolbar-placement",
"tcp",
"privacy-notice"
]
}
}
}
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('111.!') >= 0)))",
"startDate": "2023-02-27",
"enrollmentEndDate": "2023-04-01",
"endDate": null,
"proposedDuration": 61,
"proposedEnrollment": 33,
"referenceBranch": "control",
"featureValidationOptOut": false
},
{
"schemaVersion": "1.10.0",
"slug": "test-android-notifications",

Loading…
Cancel
Save