mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Update Fenix initial_experiments.json based on the current first-run experiments in experimenter
This commit is contained in:
parent
db837ec2ee
commit
cf23507c26
@ -59,6 +59,128 @@
|
||||
"featureValidationOptOut": false,
|
||||
"localizations": null
|
||||
},
|
||||
{
|
||||
"schemaVersion": "1.12.0",
|
||||
"slug": "fx-release-android-re-engagement-notifications-114-rollout",
|
||||
"id": "fx-release-android-re-engagement-notifications-114-rollout",
|
||||
"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",
|
||||
"isEnrollmentPaused": false,
|
||||
"isRollout": true,
|
||||
"bucketConfig": {
|
||||
"randomizationUnit": "nimbus_id",
|
||||
"namespace": "fenix-re-engagement-notification-release-mobile_first_run-rollout-1",
|
||||
"start": 0,
|
||||
"count": 10000,
|
||||
"total": 10000
|
||||
},
|
||||
"featureIds": [
|
||||
"re-engagement-notification"
|
||||
],
|
||||
"probeSets": [],
|
||||
"outcomes": [],
|
||||
"branches": [
|
||||
{
|
||||
"slug": "control",
|
||||
"ratio": 1,
|
||||
"feature": {
|
||||
"featureId": "re-engagement-notification",
|
||||
"enabled": true,
|
||||
"value": {
|
||||
"enabled": true,
|
||||
"type": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"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": 60,
|
||||
"proposedEnrollment": 60,
|
||||
"referenceBranch": "control",
|
||||
"featureValidationOptOut": false,
|
||||
"localizations": null
|
||||
},
|
||||
{
|
||||
"schemaVersion": "1.12.0",
|
||||
"slug": "lifestyles-images-onboarding-experiment",
|
||||
"id": "lifestyles-images-onboarding-experiment",
|
||||
"arguments": {},
|
||||
"application": "org.mozilla.firefox_beta",
|
||||
"appName": "fenix",
|
||||
"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-juno-onboarding-beta-3",
|
||||
"start": 0,
|
||||
"count": 10000,
|
||||
"total": 10000
|
||||
},
|
||||
"featureIds": [
|
||||
"juno-onboarding"
|
||||
],
|
||||
"probeSets": [],
|
||||
"outcomes": [],
|
||||
"branches": [
|
||||
{
|
||||
"slug": "control",
|
||||
"ratio": 1,
|
||||
"feature": {
|
||||
"featureId": "juno-onboarding",
|
||||
"enabled": true,
|
||||
"value": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "treatment-a",
|
||||
"ratio": 1,
|
||||
"feature": {
|
||||
"featureId": "juno-onboarding",
|
||||
"enabled": true,
|
||||
"value": {
|
||||
"enabled": true,
|
||||
"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": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('114.!') >= 0) && (language in ['en'])))",
|
||||
"startDate": "2023-05-18",
|
||||
"enrollmentEndDate": "2023-06-01",
|
||||
"endDate": null,
|
||||
"proposedDuration": 35,
|
||||
"proposedEnrollment": 14,
|
||||
"referenceBranch": "control",
|
||||
"featureValidationOptOut": false,
|
||||
"localizations": null
|
||||
},
|
||||
{
|
||||
"schemaVersion": "1.12.0",
|
||||
"slug": "release-android-onboarding-redesign",
|
||||
|
Loading…
Reference in New Issue
Block a user