Skip to content

Commit aa19193

Browse files
Refactor FXIOS [Nimbus] Update initial experiments JSON for Nimbus (#29397)
update initial_experiments.json based on the current first-run experiments in experimenter Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e951850 commit aa19193

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

firefox-ios/Client/Experiments/initial_experiments.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
"channel": "release",
313313
"userFacingName": "iOS Search Middle Homescreen",
314314
"userFacingDescription": "Search in Middle of Homescreen",
315-
"isEnrollmentPaused": false,
315+
"isEnrollmentPaused": true,
316316
"isRollout": false,
317317
"bucketConfig": {
318318
"randomizationUnit": "nimbus_id",
@@ -385,7 +385,7 @@
385385
],
386386
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('142.1.0') >= 0)))",
387387
"startDate": "2025-08-14",
388-
"enrollmentEndDate": null,
388+
"enrollmentEndDate": "2025-09-17",
389389
"endDate": null,
390390
"proposedDuration": 28,
391391
"proposedEnrollment": 14,
@@ -621,20 +621,20 @@
621621
},
622622
{
623623
"schemaVersion": "1.12.0",
624-
"slug": "summarizer-mistral-model-rollout-first-run-new-users-us",
625-
"id": "summarizer-mistral-model-rollout-first-run-new-users-us",
624+
"slug": "summarizer-mistral-model-rollout-first-run-new-users",
625+
"id": "summarizer-mistral-model-rollout-first-run-new-users",
626626
"arguments": {},
627627
"application": "org.mozilla.ios.Firefox",
628628
"appName": "firefox_ios",
629629
"appId": "org.mozilla.ios.Firefox",
630630
"channel": "release",
631-
"userFacingName": "Summarizer - Mistral Model Rollout First Run New Users US",
631+
"userFacingName": "Summarizer - Mistral Model Rollout First Run New Users",
632632
"userFacingDescription": "Summarizer",
633633
"isEnrollmentPaused": false,
634634
"isRollout": true,
635635
"bucketConfig": {
636636
"randomizationUnit": "nimbus_id",
637-
"namespace": "ios-hosted-summarizer-feature-release-mobile_new_users-rollout-1",
637+
"namespace": "ios-hosted-summarizer-feature-release-mobile_new_users-rollout-2",
638638
"start": 0,
639639
"count": 10000,
640640
"total": 10000
@@ -666,8 +666,8 @@
666666
]
667667
}
668668
],
669-
"targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('143.1.0') >= 0) && (language in ['en']) && (region in ['US']) && (('summarizer-mistral-model-full-rollout' in enrollments) == false) && ((enrollments_map['summarizer-mistral-model-rollout'] == 'treatment-a') == false)))",
670-
"startDate": "2025-09-15",
669+
"targeting": "((is_already_enrolled) || ((days_since_install < 7) && (app_version|versionCompare('143.!') >= 0) && (language in ['en']) && (region in ['US']) && (('summarizer-mistral-model-full-rollout' in enrollments) == false) && ((enrollments_map['summarizer-mistral-model-rollout'] == 'treatment-a') == false)))",
670+
"startDate": "2025-09-17",
671671
"enrollmentEndDate": null,
672672
"endDate": null,
673673
"proposedDuration": 28,
@@ -676,7 +676,7 @@
676676
"featureValidationOptOut": false,
677677
"localizations": null,
678678
"locales": null,
679-
"publishedDate": "2025-09-15T15:04:46.880374Z",
679+
"publishedDate": "2025-09-17T19:20:28.247535Z",
680680
"isFirefoxLabsOptIn": false,
681681
"firefoxLabsTitle": "",
682682
"firefoxLabsDescription": "",

0 commit comments

Comments
 (0)