[fenix] update initial_experiments.json based on the current first-run experiments...
[gecko.git] / mobile / android / fenix / app / src / main / res / raw / initial_experiments.json
blobe71296da3a2bcc9e6322aabd297c479ba6a21750
2   "data": [
3     {
4       "schemaVersion": "1.10.0",
5       "slug": "firefox-android-mr-2022-new-user-onboarding",
6       "id": "firefox-android-mr-2022-new-user-onboarding",
7       "arguments": {},
8       "application": "org.mozilla.firefox",
9       "appName": "fenix",
10       "appId": "org.mozilla.firefox",
11       "channel": "release",
12       "userFacingName": "Firefox Android 2022 New User Onboarding",
13       "userFacingDescription": "Firefox Android 2022 New User Onboarding experiment",
14       "isEnrollmentPaused": false,
15       "isRollout": false,
16       "bucketConfig": {
17         "randomizationUnit": "nimbus_id",
18         "namespace": "fenix-mr2022-release-1",
19         "start": 0,
20         "count": 1500,
21         "total": 10000
22       },
23       "featureIds": [
24         "mr2022"
25       ],
26       "probeSets": [],
27       "outcomes": [],
28       "branches": [
29         {
30           "slug": "control",
31           "ratio": 1,
32           "feature": {
33             "featureId": "mr2022",
34             "enabled": true,
35             "value": {
36               "sections-enabled": {
37                 "home-onboarding-dialog-new-users": false,
38                 "home-onboarding-dialog-existing-users": false,
39                 "sync-cfr": false,
40                 "wallpapers-selection-tool": false,
41                 "jump-back-in-cfr": false
42               }
43             }
44           }
45         },
46         {
47           "slug": "treatment-a",
48           "ratio": 1,
49           "feature": {
50             "featureId": "mr2022",
51             "enabled": true,
52             "value": {
53               "sections-enabled": {
54                 "home-onboarding-dialog-new-users": true,
55                 "home-onboarding-dialog-existing-users": true,
56                 "sync-cfr": true,
57                 "wallpapers-selection-tool": true,
58                 "jump-back-in-cfr": true
59               }
60             }
61           }
62         }
63       ],
64       "targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('106.!') >= 0)))",
65       "startDate": "2022-10-05",
66       "enrollmentEndDate": "2022-10-29",
67       "endDate": null,
68       "proposedDuration": 73,
69       "proposedEnrollment": 24,
70       "referenceBranch": "control"
71     }
72   ]