Skip to content

Instantly share code, notes, and snippets.

@dmose
Created April 24, 2023 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmose/299bcd5586e0573741c6ba818ed3e77d to your computer and use it in GitHub Desktop.
Save dmose/299bcd5586e0573741c6ba818ed3e77d to your computer and use it in GitHub Desktop.
diff --git a/./old-rollout.json b/./new-rollout.json
index 3f2ee7f..4c396de 100644
--- a/./old-rollout.json
+++ b/./new-rollout.json
@@ -44,7 +44,7 @@
 "fontSize": "13px",
 "lineHeight": "15px",
 "marginBlock": "-4px -28px",
- "string_id": "mr1-onboarding-set-default-secondary-button-label"
+ "string_id": "onboarding-not-now-button-label"
 }
 },
 "subtitle": {
@@ -79,7 +79,7 @@
 ],
 "id": "import-infreq-make-self-at-home:treatment-c",
 "priority": 1,
- "targeting": "source == 'startup' && !isMajorUpgrade && !activeNotifications && totalBookmarksCount == 5",
+ "targeting": "!willShowDefaultPrompt && !('browser.migrate.content-modal.enabled'|preferenceValue) && source == 'startup' && !isMajorUpgrade && !activeNotifications && totalBookmarksCount == 5",
 "template": "spotlight",
 "trigger": {
 "id": "defaultBrowserCheck"
@@ -92,7 +92,7 @@
 }
 ],
 "bucketConfig": {
- "count": 0,
+ "count": 10000,
 "namespace": "firefox-desktop-fxms-message-1-release-infrequent_user_5_bookmarks-rollout-1",
 "randomizationUnit": "normandy_id",
 "start": 0,
@@ -100,12 +100,12 @@
 },
 "channel": "release",
 "endDate": null,
- "enrollmentEndDate": "2022-12-10",
+ "enrollmentEndDate": null,
 "featureIds": [
 "fxms-message-1"
 ],
 "featureValidationOptOut": false,
- "id": "import-infrequent-rollout-make-yourself-at-home",
+ "id": "updated-import-infrequent-rollout-make-yourself-at-home-copy",
 "isEnrollmentPaused": false,
 "isRollout": true,
 "outcomes": [],
@@ -114,9 +114,9 @@
 "proposedEnrollment": 1,
 "referenceBranch": "control",
 "schemaVersion": "1.12.0",
- "slug": "import-infrequent-rollout-make-yourself-at-home",
- "startDate": "2022-12-09",
+ "slug": "updated-import-infrequent-rollout-make-yourself-at-home-copy",
+ "startDate": null,
 "targeting": "(browserSettings.update.channel == \"release\") && ((experiment.slug in activeRollouts) || (((currentDate|date - profileAgeCreated|date) / 86400000 >= 28 && userMonthlyActivity|length >= 1 && userMonthlyActivity|length <= 6 && totalBookmarksCount == 5) && (version|versionCompare('107.!') >= 0)))",
 "userFacingDescription": "Rollout of \"Make Yourself At Home\" one-time import prompt for infrequent users.",
- "userFacingName": "Import Infrequent Rollout - Make Yourself At Home"
+ "userFacingName": "Updated Import Infrequent Rollout - Make Yourself At Home Copy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment