From 2c420e0ec19420a5b448cfb6e050021b03369434 Mon Sep 17 00:00:00 2001 From: mergify Date: Tue, 7 Feb 2023 19:01:43 +0000 Subject: [PATCH] [fenix] update initial_experiments.json based on the current first-run experiments in experimenter --- app/src/main/res/raw/initial_experiments.json | 62 ------------------- 1 file changed, 62 deletions(-) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index e7bad8d684..d7d0d63be1 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -174,68 +174,6 @@ "referenceBranch": "control-no-notification", "featureValidationOptOut": false }, - { - "schemaVersion": "1.10.0", - "slug": "android-sign-to-sync-at-the-top-of-onboarding-page", - "id": "android-sign-to-sync-at-the-top-of-onboarding-page", - "arguments": {}, - "application": "org.mozilla.fenix", - "appName": "fenix", - "appId": "org.mozilla.fenix", - "channel": "nightly", - "userFacingName": "Android Sign to Sync at the top of onboarding page", - "userFacingDescription": "This experiement moves the sign-in to sync panel to the top of the onboarding page, where it previously was under themes and toolbar positioning.", - "isEnrollmentPaused": false, - "isRollout": false, - "bucketConfig": { - "randomizationUnit": "nimbus_id", - "namespace": "fenix-onboarding-nightly-1", - "start": 0, - "count": 10000, - "total": 10000 - }, - "featureIds": [ - "onboarding" - ], - "probeSets": [], - "outcomes": [], - "branches": [ - { - "slug": "control", - "ratio": 1, - "feature": { - "featureId": "onboarding", - "enabled": true, - "value": {} - } - }, - { - "slug": "treatment-a", - "ratio": 1, - "feature": { - "featureId": "onboarding", - "enabled": true, - "value": { - "order": [ - "sync", - "themes", - "toolbar-placement", - "tcp", - "privacy-notice" - ] - } - } - } - ], - "targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('111.!') >= 0)))", - "startDate": "2023-01-30", - "enrollmentEndDate": "2023-02-06", - "endDate": null, - "proposedDuration": 28, - "proposedEnrollment": 7, - "referenceBranch": "control", - "featureValidationOptOut": false - }, { "schemaVersion": "1.10.0", "slug": "test-android-notifications",