forked from mozilla-mobile/firefox-ios
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update initial_experiments.json based on the current first-run experi…
…ments in experimenter
- Loading branch information
1 parent
c1536c5
commit 92a65ef
Showing
1 changed file
with
0 additions
and
144 deletions.
There are no files selected for viewing
144 changes: 0 additions & 144 deletions
144
firefox-ios/Client/Experiments/initial_experiments.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,144 +0,0 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"schemaVersion": "1.12.0", | ||
"slug": "ios-dma-onboarding", | ||
"id": "ios-dma-onboarding", | ||
"arguments": {}, | ||
"application": "org.mozilla.ios.Firefox", | ||
"appName": "firefox_ios", | ||
"appId": "org.mozilla.ios.Firefox", | ||
"channel": "release", | ||
"userFacingName": "iOS DMA Onboarding", | ||
"userFacingDescription": "Onboarding copy change rollout", | ||
"isEnrollmentPaused": false, | ||
"isRollout": true, | ||
"bucketConfig": { | ||
"randomizationUnit": "nimbus_id", | ||
"namespace": "ios-onboarding-framework-feature-release-mobile_first_run-rollout-3", | ||
"start": 0, | ||
"count": 10000, | ||
"total": 10000 | ||
}, | ||
"featureIds": [ | ||
"onboarding-framework-feature" | ||
], | ||
"probeSets": [], | ||
"outcomes": [ | ||
{ | ||
"slug": "default_browser", | ||
"priority": "primary" | ||
}, | ||
{ | ||
"slug": "onboarding", | ||
"priority": "primary" | ||
} | ||
], | ||
"branches": [ | ||
{ | ||
"slug": "control", | ||
"ratio": 1, | ||
"feature": { | ||
"featureId": "this-is-included-for-mobile-pre-96-support", | ||
"enabled": false, | ||
"value": {} | ||
}, | ||
"features": [ | ||
{ | ||
"featureId": "onboarding-framework-feature", | ||
"enabled": true, | ||
"value": { | ||
"cards": { | ||
"welcome": { | ||
"instructions-popup": { | ||
"instructions": [ | ||
"Onboarding/DefaultBrowserPopup.FirstLabel.v114", | ||
"Onboarding/DefaultBrowserPopup.SecondLabel.v114", | ||
"Onboarding/DefaultBrowserPopup.ThirdLabel.v114", | ||
"Onboarding/DefaultBrowserPopup.DescriptionFooter.v124" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('124.!') >= 0) && (region in ['AU', 'BE', 'BG', 'CY', 'CZ', 'DE', 'DK', 'EE', 'ES', 'FI', 'FR', 'GR', 'HR', 'HU', 'IE', 'IT', 'LT', 'LU', 'LV', 'MT', 'NL', 'PL', 'PT', 'RO', 'SE', 'SI', 'SK'])))", | ||
"startDate": "2024-03-05", | ||
"enrollmentEndDate": null, | ||
"endDate": null, | ||
"proposedDuration": 28, | ||
"proposedEnrollment": 7, | ||
"referenceBranch": "control", | ||
"featureValidationOptOut": false, | ||
"localizations": null, | ||
"locales": null, | ||
"publishedDate": "2024-03-05T16:11:17.007782Z" | ||
}, | ||
{ | ||
"schemaVersion": "1.12.0", | ||
"slug": "ios-search-bar-placement-v2-treatment-a-rollout", | ||
"id": "ios-search-bar-placement-v2-treatment-a-rollout", | ||
"arguments": {}, | ||
"application": "org.mozilla.ios.Firefox", | ||
"appName": "firefox_ios", | ||
"appId": "org.mozilla.ios.Firefox", | ||
"channel": "release", | ||
"userFacingName": "iOS Search Bar Placement v2 - Treatment A Rollout", | ||
"userFacingDescription": "Search Bar Placement", | ||
"isEnrollmentPaused": false, | ||
"isRollout": true, | ||
"bucketConfig": { | ||
"randomizationUnit": "nimbus_id", | ||
"namespace": "ios-search-release-mobile_first_run-rollout-1", | ||
"start": 0, | ||
"count": 10000, | ||
"total": 10000 | ||
}, | ||
"featureIds": [ | ||
"search" | ||
], | ||
"probeSets": [], | ||
"outcomes": [], | ||
"branches": [ | ||
{ | ||
"slug": "treatment-a", | ||
"ratio": 1, | ||
"feature": { | ||
"featureId": "this-is-included-for-mobile-pre-96-support", | ||
"enabled": false, | ||
"value": {} | ||
}, | ||
"features": [ | ||
{ | ||
"featureId": "search", | ||
"enabled": true, | ||
"value": { | ||
"awesome-bar": { | ||
"position": { | ||
"is-position-feature-enabled": true, | ||
"is-bottom": false, | ||
"is-toolbar-cfr-on": false | ||
} | ||
} | ||
} | ||
} | ||
] | ||
} | ||
], | ||
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('113.!') >= 0)))", | ||
"startDate": "2023-04-17", | ||
"enrollmentEndDate": null, | ||
"endDate": null, | ||
"proposedDuration": 28, | ||
"proposedEnrollment": 7, | ||
"referenceBranch": "treatment-a", | ||
"featureValidationOptOut": false, | ||
"localizations": null, | ||
"locales": null, | ||
"publishedDate": null | ||
} | ||
] | ||
} | ||