Skip to content

Commit efb63a7

Browse files
Refactor FXIOS [Nimbus] Update initial experiments JSON for Nimbus (backport #26484) (#26674)
Refactor FXIOS [Nimbus] Update initial experiments JSON for Nimbus (#26484) (cherry picked from commit 09f1af1) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 60bbe93 commit efb63a7

File tree

1 file changed

+77
-1
lines changed

1 file changed

+77
-1
lines changed

firefox-ios/Client/Experiments/initial_experiments.json

Lines changed: 77 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,82 @@
229229
"firefoxLabsGroup": null,
230230
"requiresRestart": false
231231
},
232+
{
233+
"schemaVersion": "1.12.0",
234+
"slug": "new-ios-redesign-new-users-full-release",
235+
"id": "new-ios-redesign-new-users-full-release",
236+
"arguments": {},
237+
"application": "org.mozilla.ios.Firefox",
238+
"appName": "firefox_ios",
239+
"appId": "org.mozilla.ios.Firefox",
240+
"channel": "release",
241+
"userFacingName": "New Toobar + Tab Tray iOS Redesign - New Users Full Release",
242+
"userFacingDescription": "iOS Redesign - New rollout",
243+
"isEnrollmentPaused": false,
244+
"isRollout": true,
245+
"bucketConfig": {
246+
"randomizationUnit": "nimbus_id",
247+
"namespace": "ios-tab-tray-ui-experiments-toolbar-refactor-feature-release-mobile_first_run-rollout-1",
248+
"start": 0,
249+
"count": 10000,
250+
"total": 10000
251+
},
252+
"featureIds": [
253+
"tab-tray-ui-experiments",
254+
"toolbar-refactor-feature"
255+
],
256+
"probeSets": [],
257+
"outcomes": [],
258+
"branches": [
259+
{
260+
"slug": "control",
261+
"ratio": 1,
262+
"feature": {
263+
"featureId": "this-is-included-for-mobile-pre-96-support",
264+
"enabled": false,
265+
"value": {}
266+
},
267+
"features": [
268+
{
269+
"featureId": "tab-tray-ui-experiments",
270+
"enabled": true,
271+
"value": {
272+
"enabled": true
273+
}
274+
},
275+
{
276+
"featureId": "toolbar-refactor-feature",
277+
"enabled": true,
278+
"value": {
279+
"enabled": true,
280+
"unified_search": false,
281+
"one_tap_new_tab": true,
282+
"navigation_hint": true,
283+
"swiping_tabs": false,
284+
"layout": "version1"
285+
}
286+
}
287+
]
288+
}
289+
],
290+
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('138.2.0') >= 0)))",
291+
"startDate": "2025-05-09",
292+
"enrollmentEndDate": null,
293+
"endDate": null,
294+
"proposedDuration": 28,
295+
"proposedEnrollment": 14,
296+
"referenceBranch": "control",
297+
"featureValidationOptOut": false,
298+
"localizations": null,
299+
"locales": null,
300+
"publishedDate": "2025-05-09T20:31:40.088783Z",
301+
"isFirefoxLabsOptIn": false,
302+
"firefoxLabsTitle": null,
303+
"firefoxLabsDescription": null,
304+
"firefoxLabsDescriptionLinks": null,
305+
"firefoxLabsGroup": null,
306+
"requiresRestart": false
307+
},
232308
{
233309
"schemaVersion": "1.12.0",
234310
"slug": "new-onboarding-experience-experiment-phase-3-ios",
@@ -566,7 +642,7 @@
566642
],
567643
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true' && is_phone) && (app_version|versionCompare('137.2.0') >= 0)))",
568644
"startDate": "2025-04-15",
569-
"enrollmentEndDate": null,
645+
"enrollmentEndDate": "2025-05-02",
570646
"endDate": null,
571647
"proposedDuration": 28,
572648
"proposedEnrollment": 14,

0 commit comments

Comments
 (0)