Skip to content

Commit

Permalink
Update Fenix initial_experiments.json based on the current first-run …
Browse files Browse the repository at this point in the history
…experiments in experimenter
  • Loading branch information
AndiAJ authored May 23, 2023
1 parent bf58690 commit a1ef291
Showing 1 changed file with 50 additions and 60 deletions.
110 changes: 50 additions & 60 deletions fenix/app/src/main/res/raw/initial_experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"data": [
{
"schemaVersion": "1.12.0",
"slug": "android-onboarding-redesign",
"id": "android-onboarding-redesign",
"slug": "fx-release-android-re-engagement-notifications-114-rollout",
"id": "fx-release-android-re-engagement-notifications-114-rollout",
"arguments": {},
"application": "org.mozilla.firefox_beta",
"application": "org.mozilla.firefox",
"appName": "fenix",
"appId": "org.mozilla.firefox_beta",
"channel": "beta",
"userFacingName": "[beta] Android Onboarding Redesign",
"userFacingDescription": "Testing a new onboarding experience.",
"appId": "org.mozilla.firefox",
"channel": "release",
"userFacingName": "Fx Release - Android re-engagement notifications 114 rollout",
"userFacingDescription": "Android message for Fx 114",
"isEnrollmentPaused": false,
"isRollout": false,
"isRollout": true,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-juno-onboarding-beta-1",
"namespace": "fenix-re-engagement-notification-release-mobile_first_run-rollout-1",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"juno-onboarding"
"re-engagement-notification"
],
"probeSets": [],
"outcomes": [],
Expand All @@ -30,57 +30,47 @@
"slug": "control",
"ratio": 1,
"feature": {
"featureId": "juno-onboarding",
"enabled": true,
"value": {
"enabled": false
}
}
},
{
"slug": "treatment-a",
"ratio": 1,
"feature": {
"featureId": "juno-onboarding",
"featureId": "re-engagement-notification",
"enabled": true,
"value": {
"enabled": true
"enabled": true,
"type": 0
}
}
}
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('112.!') >= 0)))",
"startDate": "2023-04-04",
"enrollmentEndDate": "2023-04-11",
"targeting": "(app_version|versionCompare('116.*') <= 0) && ((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('114.!') >= 0)))",
"startDate": "2023-05-17",
"enrollmentEndDate": "2023-07-16",
"endDate": null,
"proposedDuration": 7,
"proposedEnrollment": 7,
"proposedDuration": 60,
"proposedEnrollment": 60,
"referenceBranch": "control",
"featureValidationOptOut": false,
"localizations": null
},
{
"schemaVersion": "1.12.0",
"slug": "fx-release-android-re-engagement-notifications-ab-experiment-v112",
"id": "fx-release-android-re-engagement-notifications-ab-experiment-v112",
"slug": "lifestyles-images-onboarding-experiment",
"id": "lifestyles-images-onboarding-experiment",
"arguments": {},
"application": "org.mozilla.firefox",
"application": "org.mozilla.firefox_beta",
"appName": "fenix",
"appId": "org.mozilla.firefox",
"channel": "release",
"userFacingName": "Fx Release - Android re-engagement notifications A/B experiment v112",
"userFacingDescription": "A/B message content test for Firefox 112",
"isEnrollmentPaused": true,
"appId": "org.mozilla.firefox_beta",
"channel": "beta",
"userFacingName": "Lifestyles images onboarding experiment",
"userFacingDescription": "This experiment tests different sets of images for the same onboarding card messages to see if one is preferred.",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-re-engagement-notification-release-2",
"namespace": "fenix-juno-onboarding-beta-3",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"re-engagement-notification"
"juno-onboarding"
],
"probeSets": [],
"outcomes": [],
Expand All @@ -89,44 +79,44 @@
"slug": "control",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"featureId": "juno-onboarding",
"enabled": true,
"value": {
"enabled": true,
"type": 0
"enabled": true
}
}
},
{
"slug": "treatment-a",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"enabled": true,
"value": {
"enabled": true,
"type": 1
}
}
},
{
"slug": "treatment-b",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"featureId": "juno-onboarding",
"enabled": true,
"value": {
"enabled": true,
"type": 2
"cards": {
"default-browser": {
"image-res": "onboarding_default_browser",
"image-is-illustration": false
},
"sync-sign-in": {
"image-res": "onboarding_sync",
"image-is-illustration": false
},
"notification-permission": {
"image-res": "onboarding_notification",
"image-is-illustration": false
}
}
}
}
}
],
"targeting": "(app_version|versionCompare('112.*') <= 0) && ((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('112.!') >= 0)))",
"startDate": "2023-03-28",
"enrollmentEndDate": "2023-04-12",
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('114.!') >= 0) && (language in ['en'])))",
"startDate": "2023-05-18",
"enrollmentEndDate": "2023-06-01",
"endDate": null,
"proposedDuration": 28,
"proposedDuration": 35,
"proposedEnrollment": 14,
"referenceBranch": "control",
"featureValidationOptOut": false,
Expand All @@ -143,7 +133,7 @@
"channel": "release",
"userFacingName": "[release] Android Onboarding Redesign",
"userFacingDescription": "Testing a new onboarding experience.",
"isEnrollmentPaused": false,
"isEnrollmentPaused": true,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
Expand Down

0 comments on commit a1ef291

Please sign in to comment.