mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-17 15:26:23 +00:00
[fenix] update initial_experiments.json based on the current first-run experiments in experimenter
This commit is contained in:
parent
f068f7b63a
commit
beeeb4b7ba
@ -116,6 +116,68 @@
|
|||||||
"referenceBranch": "control-no-notification",
|
"referenceBranch": "control-no-notification",
|
||||||
"featureValidationOptOut": false
|
"featureValidationOptOut": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"schemaVersion": "1.10.0",
|
||||||
|
"slug": "android-sign-to-sync-at-the-top-of-onboarding-page",
|
||||||
|
"id": "android-sign-to-sync-at-the-top-of-onboarding-page",
|
||||||
|
"arguments": {},
|
||||||
|
"application": "org.mozilla.fenix",
|
||||||
|
"appName": "fenix",
|
||||||
|
"appId": "org.mozilla.fenix",
|
||||||
|
"channel": "nightly",
|
||||||
|
"userFacingName": "Android Sign to Sync at the top of 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-nightly-1",
|
||||||
|
"start": 0,
|
||||||
|
"count": 10000,
|
||||||
|
"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-01-30",
|
||||||
|
"enrollmentEndDate": "2023-02-06",
|
||||||
|
"endDate": null,
|
||||||
|
"proposedDuration": 28,
|
||||||
|
"proposedEnrollment": 7,
|
||||||
|
"referenceBranch": "control",
|
||||||
|
"featureValidationOptOut": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"schemaVersion": "1.10.0",
|
"schemaVersion": "1.10.0",
|
||||||
"slug": "test-android-notifications",
|
"slug": "test-android-notifications",
|
||||||
|
Loading…
Reference in New Issue
Block a user