Skip to content

Commit

Permalink
Refactor [v122.1] Update initial experiments JSON for Nimbus (#18329)
Browse files Browse the repository at this point in the history
Co-authored-by: isabelrios <isabelrios@users.noreply.github.com>
(cherry picked from commit cd982ae)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] and github-actions[bot] committed Jan 23, 2024
1 parent ce3df62 commit 65ae983
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions Client/Experiments/initial_experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,118 @@
"localizations": null,
"locales": null
},
{
"schemaVersion": "1.12.0",
"slug": "set-to-default-reminder-notification-for-ios",
"id": "set-to-default-reminder-notification-for-ios",
"arguments": {},
"application": "org.mozilla.ios.Firefox",
"appName": "firefox_ios",
"appId": "org.mozilla.ios.Firefox",
"channel": "release",
"userFacingName": "Set to Default reminder notification for iOS",
"userFacingDescription": "This experiment will test a notification reminding users to set Firefox as their default browser.",
"isEnrollmentPaused": false,
"isRollout": false,
"bucketConfig": {
"randomizationUnit": "nimbus_id",
"namespace": "ios-messaging-release-22",
"start": 0,
"count": 10000,
"total": 10000
},
"featureIds": [
"messaging"
],
"probeSets": [],
"outcomes": [
{
"slug": "default_browser",
"priority": "primary"
}
],
"branches": [
{
"slug": "control",
"ratio": 1,
"feature": {
"featureId": "this-is-included-for-mobile-pre-96-support",
"enabled": false,
"value": {}
},
"features": [
{
"featureId": "messaging",
"enabled": true,
"value": {
"messages": {
"{experiment}-en": {
"is-control": true,
"surface": "notification",
"style": "NOTIFICATION",
"action": "MAKE_DEFAULT_BROWSER_WITH_TUTORIAL",
"trigger": [
"DAY_3_AFTER_INSTALL",
"I_AM_NOT_DEFAULT_BROWSER",
"ALLOWED_TIPS_NOTIFICATIONS"
],
"experiment": "{experiment}"
}
},
"triggers": {
"DAY_3_AFTER_INSTALL": "days_since_install >= 3"
}
}
}
]
},
{
"slug": "treatment-a",
"ratio": 1,
"feature": {
"featureId": "this-is-included-for-mobile-pre-96-support",
"enabled": false,
"value": {}
},
"features": [
{
"featureId": "messaging",
"enabled": true,
"value": {
"messages": {
"{experiment}-en": {
"title": "Firefox is Fast and Private",
"text": "Make Firefox your default browser",
"surface": "notification",
"style": "NOTIFICATION",
"action": "MAKE_DEFAULT_BROWSER_WITH_TUTORIAL",
"trigger": [
"DAY_3_AFTER_INSTALL",
"I_AM_NOT_DEFAULT_BROWSER",
"ALLOWED_TIPS_NOTIFICATIONS"
],
"experiment": "{experiment}"
}
},
"triggers": {
"DAY_3_AFTER_INSTALL": "days_since_install >= 3"
}
}
}
]
}
],
"targeting": "((is_already_enrolled) || ((isFirstRun == 'true') && (app_version|versionCompare('120.!') >= 0) && (language in ['en'])))",
"startDate": "2024-01-23",
"enrollmentEndDate": null,
"endDate": null,
"proposedDuration": 43,
"proposedEnrollment": 14,
"referenceBranch": "control",
"featureValidationOptOut": false,
"localizations": null,
"locales": null
},
{
"schemaVersion": "1.12.0",
"slug": "social-proof-on-ios-default-browser-onboarding-screen",
Expand Down

1 comment on commit 65ae983

@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.