Update Fenix initial_experiments.json based on the current first-run experiments in experimenter

fenix/116.0
JohanLorenzo 1 year ago committed by Ryan VanderMeulen
parent b8ada367ae
commit dd2bc695f4

@ -62,21 +62,21 @@
}, },
{ {
"schemaVersion": "1.12.0", "schemaVersion": "1.12.0",
"slug": "android-re-engagement-notifications-timing", "slug": "android-re-engagement-notifications-timing-v2",
"id": "android-re-engagement-notifications-timing", "id": "android-re-engagement-notifications-timing-v2",
"arguments": {}, "arguments": {},
"application": "org.mozilla.firefox", "application": "org.mozilla.firefox",
"appName": "fenix", "appName": "fenix",
"appId": "org.mozilla.firefox", "appId": "org.mozilla.firefox",
"channel": "release", "channel": "release",
"userFacingName": "Android re-engagement notifications timing", "userFacingName": "Android re-engagement notifications timing v2",
"userFacingDescription": "Testing timing of how we enable re-engagement notifications.", "userFacingDescription": "Testing timing of how we enable re-engagement notifications.",
"isEnrollmentPaused": false, "isEnrollmentPaused": false,
"isRollout": false, "isRollout": false,
"bucketConfig": { "bucketConfig": {
"randomizationUnit": "nimbus_id", "randomizationUnit": "nimbus_id",
"namespace": "fenix-re-engagement-notification-release-3", "namespace": "fenix-re-engagement-notification-release-3",
"start": 0, "start": 5000,
"count": 5000, "count": 5000,
"total": 10000 "total": 10000
}, },
@ -110,8 +110,8 @@
} }
} }
], ],
"targeting": "((is_already_enrolled) || ((app_version|versionCompare('115.!') >= 0)))", "targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('115.!') >= 0)))",
"startDate": "2023-06-21", "startDate": "2023-06-28",
"enrollmentEndDate": "2023-07-18", "enrollmentEndDate": "2023-07-18",
"endDate": null, "endDate": null,
"proposedDuration": 30, "proposedDuration": 30,

Loading…
Cancel
Save