diff --git a/firefox-ios/Client/Experiments/initial_experiments.json b/firefox-ios/Client/Experiments/initial_experiments.json index 0bda5a80e80a..e69de29bb2d1 100644 --- a/firefox-ios/Client/Experiments/initial_experiments.json +++ b/firefox-ios/Client/Experiments/initial_experiments.json @@ -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 - } - ] -}