Skip to content

Commit

Permalink
update initial_experiments.json based on the current first-run experi…
Browse files Browse the repository at this point in the history
…ments in experimenter
  • Loading branch information
isabelrios authored and github-actions[bot] committed Oct 22, 2024
1 parent c1536c5 commit dba542e
Showing 1 changed file with 0 additions and 144 deletions.
144 changes: 0 additions & 144 deletions firefox-ios/Client/Experiments/initial_experiments.json
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
}
]
}

0 comments on commit dba542e

Please sign in to comment.