From 87725f1ccb601a6deba951c6aaee2f422d006d9f Mon Sep 17 00:00:00 2001 From: JohanLorenzo Date: Wed, 15 Mar 2023 18:34:54 +0000 Subject: [PATCH] Update Fenix initial_experiments.json based on the current first-run experiments in experimenter --- app/src/main/res/raw/initial_experiments.json | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/app/src/main/res/raw/initial_experiments.json b/app/src/main/res/raw/initial_experiments.json index a1f41dab66..79ddc94c06 100644 --- a/app/src/main/res/raw/initial_experiments.json +++ b/app/src/main/res/raw/initial_experiments.json @@ -58,6 +58,78 @@ "referenceBranch": "control", "featureValidationOptOut": false }, + { + "schemaVersion": "1.11.0", + "slug": "android-re-engagement-notifications-ab-experiment-v112", + "id": "android-re-engagement-notifications-ab-experiment-v112", + "arguments": {}, + "application": "org.mozilla.firefox_beta", + "appName": "fenix", + "appId": "org.mozilla.firefox_beta", + "channel": "beta", + "userFacingName": "Android re-engagement notifications A/B experiment v112", + "userFacingDescription": "A/B message content test for Firefox 112", + "isEnrollmentPaused": false, + "isRollout": false, + "bucketConfig": { + "randomizationUnit": "nimbus_id", + "namespace": "fenix-re-engagement-notification-beta-4", + "start": 0, + "count": 10000, + "total": 10000 + }, + "featureIds": [ + "re-engagement-notification" + ], + "probeSets": [], + "outcomes": [], + "branches": [ + { + "slug": "control", + "ratio": 1, + "feature": { + "featureId": "re-engagement-notification", + "enabled": true, + "value": { + "enabled": true, + "type": 0 + } + } + }, + { + "slug": "treatment-a", + "ratio": 1, + "feature": { + "featureId": "re-engagement-notification", + "enabled": true, + "value": { + "enabled": true, + "type": 1 + } + } + }, + { + "slug": "treatment-b", + "ratio": 1, + "feature": { + "featureId": "re-engagement-notification", + "enabled": true, + "value": { + "enabled": true, + "type": 2 + } + } + } + ], + "targeting": "(app_version|versionCompare('112.*') <= 0) && ((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('112.!') >= 0)))", + "startDate": "2023-03-15", + "enrollmentEndDate": "2023-03-29", + "endDate": null, + "proposedDuration": 28, + "proposedEnrollment": 14, + "referenceBranch": "control", + "featureValidationOptOut": false + }, { "schemaVersion": "1.11.0", "slug": "release-android-sign-to-sync-onboarding-page",