From a52eb7d773e817d8620962323a70e22275d4017b Mon Sep 17 00:00:00 2001 From: JohanLorenzo Date: Fri, 15 Sep 2023 20:32:11 +0000 Subject: [PATCH] Update Fenix initial_experiments.json based on the current first-run experiments in experimenter (cherry picked from commit a5892bb6beb8ec657cfee0bf7dc95e6197d1e461) --- app/src/main/res/raw/initial_experiments.json | 110 ++++++++++++++++++ 1 file changed, 110 insertions(+) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index a9b888753..258fc7e56 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -56,6 +56,116 @@ "localizations": null, "locales": null }, + { + "schemaVersion": "1.12.0", + "slug": "android-onboarding-search-widget", + "id": "android-onboarding-search-widget", + "arguments": {}, + "application": "org.mozilla.firefox", + "appName": "fenix", + "appId": "org.mozilla.firefox", + "channel": "release", + "userFacingName": "Android Onboarding - search widget", + "userFacingDescription": "Copy focused on privacy", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-juno-onboarding-release-5", + "start": 0, + "count": 10000, + "total": 10000 + }, + "featureIds": [ + "juno-onboarding" + ], + "probeSets": [], + "outcomes": [ + { + "slug": "default-browser", + "priority": "secondary" + } + ], + "branches": [ + { + "slug": "control", + "ratio": 1, + "feature": { + "featureId": "this-is-included-for-mobile-pre-96-support", + "enabled": false, + "value": {} + }, + "features": [ + { + "featureId": "juno-onboarding", + "enabled": true, + "value": { + "enabled": true + } + } + ] + }, + { + "slug": "treatment-a", + "ratio": 1, + "feature": { + "featureId": "this-is-included-for-mobile-pre-96-support", + "enabled": false, + "value": {} + }, + "features": [ + { + "featureId": "juno-onboarding", + "enabled": true, + "value": { + "enabled": true, + "cards": { + "sync-sign-in": { + "enabled": false + }, + "add-search-widget": { + "enabled": true + } + } + } + } + ] + }, + { + "slug": "treatment-b", + "ratio": 1, + "feature": { + "featureId": "this-is-included-for-mobile-pre-96-support", + "enabled": false, + "value": {} + }, + "features": [ + { + "featureId": "juno-onboarding", + "enabled": true, + "value": { + "enabled": true, + "cards": { + "add-search-widget": { + "enabled": true + } + } + } + } + ] + } + ], + "targeting": "((android_sdk_version|versionCompare('26') >= 0)) && (app_version|versionCompare('118.!') >= 0) && (language in ['en'])", + "startDate": "2023-09-15", + "enrollmentEndDate": "2023-10-24", + "endDate": null, + "proposedDuration": 49, + "proposedEnrollment": 28, + "referenceBranch": "control", + "featureValidationOptOut": false, + "localizations": null, + "locales": null + }, { "schemaVersion": "1.12.0", "slug": "android-re-engagement-notifications-timing-v2",