Change study name for logging; change author name

This commit is contained in:
casebenton 2016-08-12 09:08:49 -07:00
Родитель 95197cb26c
Коммит 45fe496a9a
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -6,7 +6,7 @@ const variationsMod = require('lib/variations');
* These are only ones needed, or supported
*/
const forSetup = {
name: 'Addon Recommendation Test', // unique for Telemetry
name: 'Site Enhance', // unique for Telemetry
choices: Object.keys(variationsMod.variations), // names of branches.
duration: 14, // in days,
surveyUrl: 'https://qsurvey.mozilla.com/s3/Site-Enhance-Shield-Study',

Просмотреть файл

@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "Shield Study add-on for recommending add-ons based on domain",
"main": "index.js",
"author": "Benton Case <bcase@mozilla.com>",
"author": "Mozilla",
"engines": {
"firefox": ">=38.0a1",
"fennec": ">=38.0a1"