From fb5e474273ff7e66196df494fad228e6c70d580f Mon Sep 17 00:00:00 2001 From: jeddai Date: Thu, 8 Dec 2022 21:57:29 +0000 Subject: [PATCH] update initial_experiments.json based on the current first-run experiments in experimenter --- app/src/main/res/raw/initial_experiments.json | 116 ++++++++++++++++++ 1 file changed, 116 insertions(+) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index f896497f1..4364d7289 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -1,5 +1,63 @@ { "data": [ + { + "schemaVersion": "1.10.0", + "slug": "android-reengagment-notifications-release", + "id": "android-reengagment-notifications-release", + "arguments": {}, + "application": "org.mozilla.firefox", + "appName": "fenix", + "appId": "org.mozilla.firefox", + "channel": "release", + "userFacingName": "Android Reengagment Notifications Release", + "userFacingDescription": "Re engagement notifications on Android", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-re-engagement-notification-release-1", + "start": 0, + "count": 10000, + "total": 10000 + }, + "featureIds": [ + "re-engagement-notification" + ], + "probeSets": [], + "outcomes": [], + "branches": [ + { + "slug": "control-no-notification", + "ratio": 1, + "feature": { + "featureId": "re-engagement-notification", + "enabled": true, + "value": { + "enabled": false + } + } + }, + { + "slug": "treatment-notification", + "ratio": 1, + "feature": { + "featureId": "re-engagement-notification", + "enabled": true, + "value": { + "enabled": true + } + } + } + ], + "targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('109.!') >= 0)))", + "startDate": "2022-12-08", + "enrollmentEndDate": "2023-01-05", + "endDate": null, + "proposedDuration": 56, + "proposedEnrollment": 28, + "referenceBranch": "control-no-notification", + "featureValidationOptOut": false + }, { "schemaVersion": "1.10.0", "slug": "firefox-android-mr-2022-new-user-onboarding", @@ -69,6 +127,64 @@ "proposedEnrollment": 24, "referenceBranch": "control", "featureValidationOptOut": false + }, + { + "schemaVersion": "1.10.0", + "slug": "test-android-notifications", + "id": "test-android-notifications", + "arguments": {}, + "application": "org.mozilla.firefox_beta", + "appName": "fenix", + "appId": "org.mozilla.firefox_beta", + "channel": "beta", + "userFacingName": "Android Reengagment Notifications", + "userFacingDescription": "Re engagement notifications on Android", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-re-engagement-notification-beta-3", + "start": 0, + "count": 10000, + "total": 10000 + }, + "featureIds": [ + "re-engagement-notification" + ], + "probeSets": [], + "outcomes": [], + "branches": [ + { + "slug": "control-no-notification", + "ratio": 1, + "feature": { + "featureId": "re-engagement-notification", + "enabled": true, + "value": { + "enabled": false + } + } + }, + { + "slug": "treatment-notification", + "ratio": 1, + "feature": { + "featureId": "re-engagement-notification", + "enabled": true, + "value": { + "enabled": true + } + } + } + ], + "targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('109.!') >= 0)))", + "startDate": "2022-12-08", + "enrollmentEndDate": "2023-01-05", + "endDate": null, + "proposedDuration": 56, + "proposedEnrollment": 28, + "referenceBranch": "control-no-notification", + "featureValidationOptOut": false } ] }