From 765c3e0b998ef0a31be8cda9f468925054bb7e12 Mon Sep 17 00:00:00 2001 From: mergify Date: Thu, 18 Aug 2022 01:30:45 +0000 Subject: [PATCH] update initial_experiments.json based on the current first-run experiments in experimenter --- app/src/main/res/raw/initial_experiments.json | 109 +++++++++++++++++- 1 file changed, 108 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index 268c73f0e3..b115ba24aa 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -1,3 +1,110 @@ { - "data": [] + "data": [ + { + "schemaVersion": "1.8.0", + "slug": "fenix-first-run-validation-aa-4-weeks", + "id": "fenix-first-run-validation-aa-4-weeks", + "arguments": {}, + "application": "org.mozilla.firefox_beta", + "appName": "fenix", + "appId": "org.mozilla.firefox_beta", + "channel": "beta", + "userFacingName": "Fenix First Run Validation A/A 4 weeks", + "userFacingDescription": "This is an internal test of new functionality.", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-no-feature-fenix-beta-1", + "start": 0, + "count": 5000, + "total": 10000 + }, + "featureIds": [ + "no-feature-fenix" + ], + "probeSets": [], + "outcomes": [], + "branches": [ + { + "slug": "control-1", + "ratio": 1, + "feature": { + "featureId": "no-feature-fenix", + "enabled": true, + "value": {} + } + }, + { + "slug": "control-2", + "ratio": 1, + "feature": { + "featureId": "no-feature-fenix", + "enabled": true, + "value": {} + } + } + ], + "targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('105.!') >= 0)))", + "startDate": "2022-08-17", + "enrollmentEndDate": "2022-08-24", + "endDate": null, + "proposedDuration": 28, + "proposedEnrollment": 7, + "referenceBranch": "control-1" + }, + { + "schemaVersion": "1.8.0", + "slug": "fenix-first-run-validation-aa-2-weeks", + "id": "fenix-first-run-validation-aa-2-weeks", + "arguments": {}, + "application": "org.mozilla.firefox_beta", + "appName": "fenix", + "appId": "org.mozilla.firefox_beta", + "channel": "beta", + "userFacingName": "Fenix First Run Validation A/A 2 weeks", + "userFacingDescription": "This is an internal test of new functionality.", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-no-feature-fenix-beta-1", + "start": 5000, + "count": 5000, + "total": 10000 + }, + "featureIds": [ + "no-feature-fenix" + ], + "probeSets": [], + "outcomes": [], + "branches": [ + { + "slug": "control-1", + "ratio": 1, + "feature": { + "featureId": "no-feature-fenix", + "enabled": true, + "value": {} + } + }, + { + "slug": "control-2", + "ratio": 1, + "feature": { + "featureId": "no-feature-fenix", + "enabled": true, + "value": {} + } + } + ], + "targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('105.!') >= 0)))", + "startDate": "2022-08-17", + "enrollmentEndDate": "2022-08-24", + "endDate": null, + "proposedDuration": 14, + "proposedEnrollment": 7, + "referenceBranch": "control-1" + } + ] }