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 (#16867) (#16871)

Co-authored-by: lmarceau <[email protected]>
(cherry picked from commit 6e9714e)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and github-actions[bot] authored Oct 16, 2023
1 parent 7c9c164 commit f04b564
Showing 1 changed file with 0 additions and 159 deletions.
159 changes: 0 additions & 159 deletions Client/Experiments/initial_experiments.json
Original file line number Diff line number Diff line change
@@ -1,164 +1,5 @@
{
"data": [
{
"schemaVersion": "1.12.0",
"slug": "ios-onboarding-search-widget",
"id": "ios-onboarding-search-widget",
"arguments": {},
"application": "org.mozilla.ios.Firefox",
"appName": "firefox_ios",
"appId": "org.mozilla.ios.Firefox",
"channel": "release",
"userFacingName": "iOS Onboarding - Search Widget",
"userFacingDescription": "Onboarding experiment",
"isEnrollmentPaused": true,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "ios-onboarding-framework-feature-release-8",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"onboarding-framework-feature"
],
"probeSets": [],
"outcomes": [
{
"slug": "onboarding",
"priority": "primary"
},
{
"slug": "default_browser",
"priority": "secondary"
}
],
"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": {}
}
]
},
{
"slug": "treatment-a",
"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": {
"image": "search-widget",
"title": "Try the Firefox search widget",
"body": "Quick searches are just a tap away with Firefox on your Home Screen.",
"link": {
"title": "Firefox privacy notice"
},
"buttons": {
"primary": {
"title": "Show Me How",
"action": "open-instructions-popup"
},
"secondary": {
"title": "Onboarding/Onboarding.Welcome.Skip.v114",
"action": "next-card"
}
},
"instructions-popup": {
"title": "Add Firefox Search Widget to Home Screen",
"button-title": "Got It",
"instructions": [
"1. Long press on the *Home Screen* until the icons start to jiggle.",
"2. Tap on the *plus icon*.",
"3. *Search for Firefox*, then choose a widget."
]
}
}
}
}
}
]
},
{
"slug": "treatment-b",
"ratio": 1,
"feature": {
"featureId": "this-is-included-for-mobile-pre-96-support",
"enabled": false,
"value": {}
},
"features": [
{
"featureId": "onboarding-framework-feature",
"enabled": true,
"value": {
"cards": {
"search-widget": {
"order": 20,
"image": "search-widget",
"title": "Try the Firefox search widget",
"body": "Quick searches are just a tap away with Firefox on your Home Screen.",
"buttons": {
"primary": {
"title": "Show Me How",
"action": "open-instructions-popup"
},
"secondary": {
"title": "Onboarding/Onboarding.Welcome.Skip.v114",
"action": "next-card"
}
},
"instructions-popup": {
"title": "Add Firefox Search Widget to Home Screen",
"button-title": "Got It",
"instructions": [
"1. Long press on the *Home Screen* until the icons start to jiggle.",
"2. Tap on the *plus icon*.",
"3. *Search for Firefox*, then choose a widget."
]
}
},
"sign-to-sync": {
"order": 30
},
"notification-permissions": {
"order": 40
}
}
}
}
]
}
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('117.!') >= 0) && (language in ['en'])))",
"startDate": "2023-09-08",
"enrollmentEndDate": "2023-09-19",
"endDate": null,
"proposedDuration": 25,
"proposedEnrollment": 14,
"referenceBranch": "control",
"featureValidationOptOut": false,
"localizations": null,
"locales": null
},
{
"schemaVersion": "1.12.0",
"slug": "ios-search-bar-placement-v2-treatment-a-rollout",
Expand Down

1 comment on commit f04b564

@firefoxci-taskcluster
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

InterpreterError at template.tasks[0].extra[0].treeherder[1].symbol: unknown context value cron

Please sign in to comment.