Skip to content

Commit 9d28ece

Browse files
ffxbldpchevrel@mozilla.com
authored andcommitted
No Bug, mozilla-release repo-update remote-settings mobile-experiments - a=pascalc
Differential Revision: https://phabricator.services.mozilla.com/D258858
1 parent 4c935a8 commit 9d28ece

File tree

1 file changed

+107
-0
lines changed

1 file changed

+107
-0
lines changed

app/src/main/res/raw/initial_experiments.json

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,113 @@
178178
"firefoxLabsDescriptionLinks": null,
179179
"firefoxLabsGroup": null,
180180
"requiresRestart": false
181+
},
182+
{
183+
"schemaVersion": "1.12.0",
184+
"slug": "setup-checklist-all-users",
185+
"id": "setup-checklist-all-users",
186+
"arguments": {},
187+
"application": "org.mozilla.firefox_beta",
188+
"appName": "fenix",
189+
"appId": "org.mozilla.firefox_beta",
190+
"channel": "beta",
191+
"userFacingName": "Setup checklist (all users)",
192+
"userFacingDescription": "Android Setup Checklist",
193+
"isEnrollmentPaused": false,
194+
"isRollout": false,
195+
"bucketConfig": {
196+
"randomizationUnit": "nimbus_id",
197+
"namespace": "fenix-setup-checklist-beta-1",
198+
"start": 5000,
199+
"count": 5000,
200+
"total": 10000
201+
},
202+
"featureIds": [
203+
"setup-checklist"
204+
],
205+
"probeSets": [],
206+
"outcomes": [
207+
{
208+
"slug": "onboarding",
209+
"priority": "primary"
210+
}
211+
],
212+
"branches": [
213+
{
214+
"slug": "control",
215+
"ratio": 1,
216+
"feature": {
217+
"featureId": "this-is-included-for-mobile-pre-96-support",
218+
"enabled": false,
219+
"value": {}
220+
},
221+
"features": [
222+
{
223+
"featureId": "setup-checklist",
224+
"enabled": true,
225+
"value": {
226+
"enabled": false,
227+
"setup-checklist-type": "collection-1"
228+
}
229+
}
230+
]
231+
},
232+
{
233+
"slug": "treatment-a",
234+
"ratio": 1,
235+
"feature": {
236+
"featureId": "this-is-included-for-mobile-pre-96-support",
237+
"enabled": false,
238+
"value": {}
239+
},
240+
"features": [
241+
{
242+
"featureId": "setup-checklist",
243+
"enabled": true,
244+
"value": {
245+
"enabled": true,
246+
"setup-checklist-type": "collection-1"
247+
}
248+
}
249+
]
250+
},
251+
{
252+
"slug": "treatment-b",
253+
"ratio": 1,
254+
"feature": {
255+
"featureId": "this-is-included-for-mobile-pre-96-support",
256+
"enabled": false,
257+
"value": {}
258+
},
259+
"features": [
260+
{
261+
"featureId": "setup-checklist",
262+
"enabled": true,
263+
"value": {
264+
"enabled": true,
265+
"setup-checklist-type": "collection-2"
266+
}
267+
}
268+
]
269+
}
270+
],
271+
"targeting": "((android_sdk_version|versionCompare('26') >= 0)) && (app_version|versionCompare('139.!') >= 0)",
272+
"startDate": "2025-07-24",
273+
"enrollmentEndDate": null,
274+
"endDate": null,
275+
"proposedDuration": 28,
276+
"proposedEnrollment": 7,
277+
"referenceBranch": "control",
278+
"featureValidationOptOut": false,
279+
"localizations": null,
280+
"locales": null,
281+
"publishedDate": "2025-07-24T14:49:39.587775Z",
282+
"isFirefoxLabsOptIn": false,
283+
"firefoxLabsTitle": null,
284+
"firefoxLabsDescription": null,
285+
"firefoxLabsDescriptionLinks": null,
286+
"firefoxLabsGroup": null,
287+
"requiresRestart": false
181288
}
182289
]
183290
}

0 commit comments

Comments
 (0)