Skip to content
Snippets Groups Projects
Commit 1b9ecc5a authored by JohanLorenzo's avatar JohanLorenzo Committed by mergify[bot]
Browse files

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

(cherry picked from commit 00d937699ff1e1857c3c07083e7b8bc3dfc81833)
parent c181daa4
No related branches found
No related tags found
No related merge requests found
......@@ -62,21 +62,21 @@
},
{
"schemaVersion": "1.12.0",
"slug": "android-re-engagement-notifications-timing",
"id": "android-re-engagement-notifications-timing",
"slug": "android-re-engagement-notifications-timing-v2",
"id": "android-re-engagement-notifications-timing-v2",
"arguments": {},
"application": "org.mozilla.firefox",
"appName": "fenix",
"appId": "org.mozilla.firefox",
"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.",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "fenix-re-engagement-notification-release-3",
"start": 0,
"start": 5000,
"count": 5000,
"total": 10000
},
......@@ -110,8 +110,8 @@
}
}
],
"targeting": "((is_already_enrolled) || ((app_version|versionCompare('115.!') >= 0)))",
"startDate": "2023-06-21",
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('115.!') >= 0)))",
"startDate": "2023-06-28",
"enrollmentEndDate": "2023-07-18",
"endDate": null,
"proposedDuration": 30,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment