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

fenix/116.0
JohanLorenzo 12 months ago committed by mergify[bot]
parent 6178194128
commit 14b49df81c

@ -2,22 +2,22 @@
"data": [
{
"schemaVersion": "1.12.0",
"slug": "fx-release-android-re-engagement-notifications-114-rollout",
"id": "fx-release-android-re-engagement-notifications-114-rollout",
"slug": "android-re-engagement-notifications-timing",
"id": "android-re-engagement-notifications-timing",
"arguments": {},
"application": "org.mozilla.firefox",
"appName": "fenix",
"appId": "org.mozilla.firefox",
"channel": "release",
"userFacingName": "Fx Release - Android re-engagement notifications 114 rollout",
"userFacingDescription": "Android message for Fx 114",
"userFacingName": "Android re-engagement notifications timing",
"userFacingDescription": "Testing timing of how we enable re-engagement notifications.",
"isEnrollmentPaused": false,
"isRollout": true,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-re-engagement-notification-release-mobile_first_run-rollout-1",
"namespace": "fenix-re-engagement-notification-release-3",
"start": 0,
"count": 10000,
"count": 5000,
"total": 10000
},
"featureIds": [
@ -27,7 +27,18 @@
"outcomes": [],
"branches": [
{
"slug": "control",
"slug": "control-off-branch",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
"enabled": true,
"value": {
"enabled": false
}
}
},
{
"slug": "treatment-privacy-notification",
"ratio": 1,
"feature": {
"featureId": "re-engagement-notification",
@ -39,13 +50,13 @@
}
}
],
"targeting": "(app_version|versionCompare('116.*') <= 0) && ((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('114.!') >= 0)))",
"startDate": "2023-05-17",
"enrollmentEndDate": "2023-07-16",
"targeting": "((is_already_enrolled) || ((app_version|versionCompare('115.!') >= 0)))",
"startDate": "2023-06-21",
"enrollmentEndDate": "2023-07-18",
"endDate": null,
"proposedDuration": 60,
"proposedEnrollment": 60,
"referenceBranch": "control",
"proposedDuration": 30,
"proposedEnrollment": 14,
"referenceBranch": "control-off-branch",
"featureValidationOptOut": false,
"localizations": null,
"locales": null
@ -61,7 +72,7 @@
"channel": "release",
"userFacingName": "Lifestyles images onboarding experiment v3",
"userFacingDescription": "This experiment tests different sets of images for the same onboarding card messages to see if one is preferred.",
"isEnrollmentPaused": false,
"isEnrollmentPaused": true,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
@ -120,7 +131,7 @@
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('114.!') >= 0) && (language in ['en'])))",
"startDate": "2023-06-09",
"enrollmentEndDate": "2023-06-23",
"enrollmentEndDate": "2023-06-21",
"endDate": null,
"proposedDuration": 35,
"proposedEnrollment": 14,
@ -131,20 +142,20 @@
},
{
"schemaVersion": "1.12.0",
"slug": "release-android-onboarding-redesign",
"id": "release-android-onboarding-redesign",
"slug": "on-boarding-challenge-the-default",
"id": "on-boarding-challenge-the-default",
"arguments": {},
"application": "org.mozilla.firefox",
"appName": "fenix",
"appId": "org.mozilla.firefox",
"channel": "release",
"userFacingName": "[release] Android Onboarding Redesign",
"userFacingDescription": "Testing a new onboarding experience.",
"isEnrollmentPaused": true,
"userFacingName": "On-boarding Challenge the Default",
"userFacingDescription": "Testing copy and images in the first run onboarding that is consistent with marketing messaging.",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-juno-onboarding-release-1",
"namespace": "fenix-juno-onboarding-release-3",
"start": 0,
"count": 10000,
"total": 10000
@ -167,7 +178,7 @@
"featureId": "juno-onboarding",
"enabled": true,
"value": {
"enabled": false
"enabled": true
}
}
},
@ -178,17 +189,35 @@
"featureId": "juno-onboarding",
"enabled": true,
"value": {
"enabled": true
"enabled": true,
"cards": {
"default-browser": {
"title": "Du entscheidest, was Standard ist",
"body": "Nimm nicht das Erstbeste, sondern das Beste für dich: Firefox schützt deine Privatsphäre.\n\nLies unseren Datenschutzhinweis.",
"link-text": "Datenschutzhinweis",
"image-res": "onboarding_ctd_default_browser"
},
"sync-sign-in": {
"title": "Alles ist dort, wo du es brauchst",
"body": "Wenn du willst, bringt Firefox deine Tabs und Passwörter auf all deine Geräte.",
"image-res": "onboarding_ctd_sync"
},
"notification-permission": {
"title": "Du bestimmst, was Firefox kann",
"body": "Benachrichtigungen helfen dabei, Downloads zu managen und Tabs zwischen Geräten zu senden.",
"image-res": "onboarding_ctd_notification"
}
}
}
}
}
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('113.!') >= 0)))",
"startDate": "2023-05-01",
"enrollmentEndDate": "2023-05-23",
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('115.!') >= 0) && (language in ['de']) && (region in ['DE'])))",
"startDate": "2023-06-21",
"enrollmentEndDate": "2023-07-18",
"endDate": null,
"proposedDuration": 35,
"proposedEnrollment": 7,
"proposedDuration": 30,
"proposedEnrollment": 14,
"referenceBranch": "control",
"featureValidationOptOut": false,
"localizations": null,

Loading…
Cancel
Save