summaryrefslogtreecommitdiffstats
path: root/mobile/android/android-components/samples/glean/src/main/res/raw/initial_experiments.json
blob: e4eadb052b61d5fd0f3c2e5ec858f9194f751e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "data": [{
    "slug": "test-color",
    "endDate": null,
    "branches": [
      {
        "slug": "control",
        "ratio": 1,
        "feature": {
          "featureId": "sample-experiment-feature",
          "enabled": true,
          "value": null
        }
      },
      {
        "slug": "red",
        "ratio": 1,
        "feature": {
          "featureId": "sample-experiment-feature",
          "enabled": true,
          "value": null
        }
      },
      {
        "slug": "blue",
        "ratio": 1,
        "feature": {
          "featureId": "sample-experiment-feature",
          "enabled": true,
          "value": null
        }
      }
    ],
    "featureIds": [
      "sample-experiment-feature"
    ],
    "probeSets": [],
    "startDate": null,
    "targeting": "true",
    "appName": "samples-glean",
    "appId": "org.mozilla.samples.glean.debug",
    "channel": "samples",
    "bucketConfig": {
      "count": 10000,
      "start": 0,
      "total": 10000,
      "namespace": "test-color-1",
      "randomizationUnit": "nimbus_id"
    },
    "schemaVersion": "1.1.0",
    "userFacingName": "Button color sample experiment",
    "referenceBranch": "control",
    "proposedDuration": null,
    "isEnrollmentPaused": false,
    "proposedEnrollment": 7,
    "userFacingDescription": "A sample experiment to determine the color of a button",
    "id": "test-color",
    "last_modified": 1607613885917
  }]
}