Skip to content

Instantly share code, notes, and snippets.

@punamdahiya
Created January 14, 2022 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save punamdahiya/890d16e7f398f9b3979e009330d5818f to your computer and use it in GitHub Desktop.
Save punamdahiya/890d16e7f398f9b3979e009330d5818f to your computer and use it in GitHub Desktop.
{
"slug": "more-from-mozilla-fx96",
"appId": "firefox-desktop",
"appName": "firefox_desktop",
"channel": "beta",
"endDate": null,
"branches": [
{
"slug": "control",
"ratio": 1,
"feature": {
"value": {},
"enabled": false,
"featureId": "this-is-included-for-desktop-pre-95-support"
},
"features": [
{
"value": {
"enabled": false
},
"enabled": true,
"featureId": "moreFromMozilla"
},
{
"value": {},
"enabled": false,
"featureId": "infobar"
}
]
},
{
"slug": "treatment-a",
"ratio": 1,
"feature": {
"value": {},
"enabled": false,
"featureId": "this-is-included-for-desktop-pre-95-support"
},
"features": [
{
"value": {
"enabled": true,
"template": "simple"
},
"enabled": true,
"featureId": "moreFromMozilla"
},
{
"value": {
"id": "more-from-mozilla-fx96:treatment-simple",
"groups": [],
"content": {
"text": "You got the Browser - now what?",
"type": "global",
"buttons": [
{
"label": "Check out other Mozilla products & services",
"action": {
"data": {
"args": "moreFromMozilla",
"where": "current",
"entrypoint": "infobar"
},
"type": "OPEN_PREFERENCES_PAGE"
},
"primary": true,
"accessKey": "L"
}
],
"category": "cfrFeatures"
},
"trigger": {
"id": "defaultBrowserCheck"
},
"template": "infobar",
"frequency": {
"lifetime": 3
},
"targeting": "willShowDefaultPrompt == false && source == 'startup'"
},
"enabled": true,
"featureId": "infobar"
}
]
},
{
"slug": "treatment-advanced",
"ratio": 1,
"feature": {
"value": {},
"enabled": false,
"featureId": "this-is-included-for-desktop-pre-95-support"
},
"features": [
{
"value": {
"enabled": true,
"template": "advanced"
},
"enabled": true,
"featureId": "moreFromMozilla"
},
{
"value": {
"id": "more-from-mozilla-fx96:treatment-advanced",
"groups": [],
"content": {
"text": "You got the Browser - now what?",
"type": "global",
"buttons": [
{
"label": "Check out other Mozilla products & services",
"action": {
"data": {
"args": "moreFromMozilla",
"where": "current",
"entrypoint": "infobar"
},
"type": "OPEN_PREFERENCES_PAGE"
},
"primary": true,
"accessKey": "L"
}
],
"category": "cfrFeatures"
},
"trigger": {
"id": "defaultBrowserCheck"
},
"template": "infobar",
"frequency": {
"lifetime": 3
},
"targeting": "willShowDefaultPrompt == false && source == 'startup'"
},
"enabled": true,
"featureId": "infobar"
}
]
}
],
"outcomes": [],
"arguments": {},
"probeSets": [],
"startDate": null,
"targeting": "browserSettings.update.channel == \"beta\" && version|versionCompare('96.!') >= 0 && 'app.shield.optoutstudies.enabled'|preferenceValue && locale in ['en-CA', 'en-GB', 'en-US'] && region in ['US']",
"featureIds": [
"infobar"
],
"application": "firefox-desktop",
"bucketConfig": {
"count": 1000,
"start": 0,
"total": 10000,
"namespace": "firefox-desktop-infobar-beta-1",
"randomizationUnit": "normandy_id"
},
"schemaVersion": "1.6.2",
"userFacingName": "More From Mozilla Fx96",
"referenceBranch": "control",
"proposedDuration": 28,
"isEnrollmentPaused": false,
"proposedEnrollment": 7,
"userFacingDescription": "Experiment to display notification highlighting link to More services from Mozilla",
"id": "more-from-mozilla-fx96",
"last_modified": 1641298723878
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment