Skip to content

Commit 912119f

Browse files
Refactor FXIOS [Nimbus] Update initial experiments JSON for Nimbus (#25554)
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 b43ddba commit 912119f

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

firefox-ios/Client/Experiments/initial_experiments.json

+91
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,97 @@
429429
"firefoxLabsDescriptionLinks": null,
430430
"firefoxLabsGroup": null,
431431
"requiresRestart": false
432+
},
433+
{
434+
"schemaVersion": "1.12.0",
435+
"slug": "new-toolbar-ios-ios-redesign-iteration-1",
436+
"id": "new-toolbar-ios-ios-redesign-iteration-1",
437+
"arguments": {},
438+
"application": "org.mozilla.ios.Firefox",
439+
"appName": "firefox_ios",
440+
"appId": "org.mozilla.ios.Firefox",
441+
"channel": "release",
442+
"userFacingName": "New Toolbar iOS - iOS Redesign - Iteration 1",
443+
"userFacingDescription": "iOS Redesign - New rollout",
444+
"isEnrollmentPaused": false,
445+
"isRollout": false,
446+
"bucketConfig": {
447+
"randomizationUnit": "nimbus_id",
448+
"namespace": "ios-toolbar-refactor-feature-release-3",
449+
"start": 0,
450+
"count": 10000,
451+
"total": 10000
452+
},
453+
"featureIds": [
454+
"toolbar-refactor-feature"
455+
],
456+
"probeSets": [],
457+
"outcomes": [],
458+
"branches": [
459+
{
460+
"slug": "control",
461+
"ratio": 1,
462+
"feature": {
463+
"featureId": "this-is-included-for-mobile-pre-96-support",
464+
"enabled": false,
465+
"value": {}
466+
},
467+
"features": [
468+
{
469+
"featureId": "toolbar-refactor-feature",
470+
"enabled": true,
471+
"value": {
472+
"enabled": true,
473+
"unified_search": false,
474+
"one_tap_new_tab": false,
475+
"navigation_hint": true,
476+
"swiping_tabs": false,
477+
"layout": "baseline"
478+
}
479+
}
480+
]
481+
},
482+
{
483+
"slug": "treatment-a",
484+
"ratio": 1,
485+
"feature": {
486+
"featureId": "this-is-included-for-mobile-pre-96-support",
487+
"enabled": false,
488+
"value": {}
489+
},
490+
"features": [
491+
{
492+
"featureId": "toolbar-refactor-feature",
493+
"enabled": true,
494+
"value": {
495+
"enabled": true,
496+
"unified_search": false,
497+
"one_tap_new_tab": true,
498+
"navigation_hint": true,
499+
"swiping_tabs": false,
500+
"layout": "version1"
501+
}
502+
}
503+
]
504+
}
505+
],
506+
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('137.!') >= 0)))",
507+
"startDate": "2025-03-25",
508+
"enrollmentEndDate": null,
509+
"endDate": null,
510+
"proposedDuration": 28,
511+
"proposedEnrollment": 14,
512+
"referenceBranch": "control",
513+
"featureValidationOptOut": false,
514+
"localizations": null,
515+
"locales": null,
516+
"publishedDate": "2025-03-25T20:18:58.719647Z",
517+
"isFirefoxLabsOptIn": false,
518+
"firefoxLabsTitle": null,
519+
"firefoxLabsDescription": null,
520+
"firefoxLabsDescriptionLinks": null,
521+
"firefoxLabsGroup": null,
522+
"requiresRestart": false
432523
}
433524
]
434525
}

0 commit comments

Comments
 (0)