tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

initial_experiments.json (1439B)


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