activity-stream/experiments.json

32 строки
840 B
JSON

{
"sample": {
"name": "Sample Experiment",
"active": false,
"description": "This is just a sample experiment. It will not be included since active is false",
"control": {
"value": "#000",
"description": "This is black"
},
"variant": {
"id": "do-not-delete-this-is-a-sample",
"value": "#FFF",
"threshold": 0.5,
"description": "This is white"
}
},
"recommendedHighlight": {
"name": "Recommended Highlights",
"description": "Show a recommendation from Pocket to the user",
"control": {
"value": false,
"description": "Do not show a recommendation"
},
"variant": {
"id": "exp-002-recommended-highlights",
"value": true,
"threshold": 0.3,
"description": "Show a recommendation in the third highlights spot"
}
}
}