From cf5ded78fe8fa7ff314b4ad3eab118448dad6118 Mon Sep 17 00:00:00 2001 From: mergify Date: Tue, 31 Jan 2023 23:31:17 +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 | 60 ++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index d4814540ab..e7bad8d684 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -58,6 +58,64 @@ "referenceBranch": "control", "featureValidationOptOut": false }, + { + "schemaVersion": "1.10.0", + "slug": "android-pre-permission-prompt-experiment-release", + "id": "android-pre-permission-prompt-experiment-release", + "arguments": {}, + "application": "org.mozilla.firefox", + "appName": "fenix", + "appId": "org.mozilla.firefox", + "channel": "release", + "userFacingName": "Android Pre-Permission Prompt Experiment - Release", + "userFacingDescription": "If we show the pre-permission prompt to opt in to notifications for new users, then users will be more likely to opt in to receiving notifications.", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-pre-permission-notification-prompt-release-1", + "start": 0, + "count": 10000, + "total": 10000 + }, + "featureIds": [ + "pre-permission-notification-prompt" + ], + "probeSets": [], + "outcomes": [], + "branches": [ + { + "slug": "control", + "ratio": 1, + "feature": { + "featureId": "pre-permission-notification-prompt", + "enabled": true, + "value": { + "enabled": false + } + } + }, + { + "slug": "treatment-a", + "ratio": 1, + "feature": { + "featureId": "pre-permission-notification-prompt", + "enabled": true, + "value": { + "enabled": true + } + } + } + ], + "targeting": "((is_already_enrolled) || (((android_sdk_version|versionCompare('33') >= 0) && is_first_run) && (app_version|versionCompare('110.!') >= 0)))", + "startDate": "2023-01-31", + "enrollmentEndDate": "2023-02-08", + "endDate": null, + "proposedDuration": 28, + "proposedEnrollment": 8, + "referenceBranch": "control", + "featureValidationOptOut": false + }, { "schemaVersion": "1.10.0", "slug": "android-reengagment-notifications-release", @@ -109,7 +167,7 @@ ], "targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('109.!') >= 0)))", "startDate": "2022-12-08", - "enrollmentEndDate": "2023-01-05", + "enrollmentEndDate": "2023-01-31", "endDate": null, "proposedDuration": 56, "proposedEnrollment": 28,