From 8f41cff5bdc80045a006059bc8efd4b673113a11 Mon Sep 17 00:00:00 2001 From: JohanLorenzo Date: Mon, 26 Jun 2023 14:03:35 +0000 Subject: [PATCH] Update Fenix initial_experiments.json based on the current first-run experiments in experimenter (cherry picked from commit 64c77e103a6a63027fd222e9be0731d595a1312d) --- app/src/main/res/raw/initial_experiments.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index 5572dd776..47a40eb61 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -1,5 +1,65 @@ { "data": [ + { + "schemaVersion": "1.12.0", + "slug": "android-default-toolbar-placement", + "id": "android-default-toolbar-placement", + "arguments": {}, + "application": "org.mozilla.firefox", + "appName": "fenix", + "appId": "org.mozilla.firefox", + "channel": "release", + "userFacingName": "Android default toolbar placement", + "userFacingDescription": "Testing default position of toolbar.", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-toolbar-release-1", + "start": 0, + "count": 8800, + "total": 10000 + }, + "featureIds": [ + "toolbar" + ], + "probeSets": [], + "outcomes": [], + "branches": [ + { + "slug": "control", + "ratio": 1, + "feature": { + "featureId": "toolbar", + "enabled": true, + "value": { + "toolbar-position-top": false + } + } + }, + { + "slug": "treatment-a", + "ratio": 1, + "feature": { + "featureId": "toolbar", + "enabled": true, + "value": { + "toolbar-position-top": true + } + } + } + ], + "targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('115.!') >= 0)))", + "startDate": "2023-06-26", + "enrollmentEndDate": "2023-07-12", + "endDate": null, + "proposedDuration": 36, + "proposedEnrollment": 8, + "referenceBranch": "control", + "featureValidationOptOut": false, + "localizations": null, + "locales": null + }, { "schemaVersion": "1.12.0", "slug": "android-re-engagement-notifications-timing",