Skip to content

Commit 72645ad

Browse files
Refactor FXIOS [Nimbus] Update initial experiments JSON for Nimbus (#29062)
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 fb7cc01 commit 72645ad

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

firefox-ios/Client/Experiments/initial_experiments.json

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,71 @@
553553
"firefoxLabsDescriptionLinks": null,
554554
"firefoxLabsGroup": null,
555555
"requiresRestart": false
556+
},
557+
{
558+
"schemaVersion": "1.12.0",
559+
"slug": "shake-to-summarize-apple-intelligence-rollout",
560+
"id": "shake-to-summarize-apple-intelligence-rollout",
561+
"arguments": {},
562+
"application": "org.mozilla.ios.Firefox",
563+
"appName": "firefox_ios",
564+
"appId": "org.mozilla.ios.Firefox",
565+
"channel": "release",
566+
"userFacingName": "Summarizer - Apple Intelligence Rollout",
567+
"userFacingDescription": "Summarizer",
568+
"isEnrollmentPaused": false,
569+
"isRollout": true,
570+
"bucketConfig": {
571+
"randomizationUnit": "nimbus_id",
572+
"namespace": "ios-apple-summarizer-feature-release-ios_apple_intelligence_available_user-rollout-1",
573+
"start": 0,
574+
"count": 10000,
575+
"total": 10000
576+
},
577+
"featureIds": [
578+
"apple-summarizer-feature"
579+
],
580+
"probeSets": [],
581+
"outcomes": [],
582+
"branches": [
583+
{
584+
"slug": "control",
585+
"ratio": 1,
586+
"feature": {
587+
"featureId": "this-is-included-for-mobile-pre-96-support",
588+
"enabled": false,
589+
"value": {}
590+
},
591+
"features": [
592+
{
593+
"featureId": "apple-summarizer-feature",
594+
"enabled": true,
595+
"value": {
596+
"enabled": true,
597+
"toolbarEntrypoint": true,
598+
"shakeGesture": true
599+
}
600+
}
601+
]
602+
}
603+
],
604+
"targeting": "(is_apple_intelligence_available) && (app_version|versionCompare('143.!') >= 0) && (language in ['en'])",
605+
"startDate": "2025-08-29",
606+
"enrollmentEndDate": null,
607+
"endDate": null,
608+
"proposedDuration": 28,
609+
"proposedEnrollment": 7,
610+
"referenceBranch": "control",
611+
"featureValidationOptOut": false,
612+
"localizations": null,
613+
"locales": null,
614+
"publishedDate": "2025-08-29T19:27:24.903506Z",
615+
"isFirefoxLabsOptIn": false,
616+
"firefoxLabsTitle": "",
617+
"firefoxLabsDescription": "",
618+
"firefoxLabsDescriptionLinks": null,
619+
"firefoxLabsGroup": "",
620+
"requiresRestart": false
556621
}
557622
]
558623
}

0 commit comments

Comments
 (0)