Merge pull request #664 from mozilla/add-surveyurl-for-shield

add surveyUrl for shield study participants
This commit is contained in:
luke crouch 2017-07-11 11:39:50 -05:00 committed by GitHub
commit 63343f18eb

View file

@ -7,10 +7,15 @@ const { when: unload } = require("sdk/system/unload");
const shield = require("./lib/shield/index");
const surveyUrl = "https://www.surveygizmo.com/s3/3621810/shield-txp-containers";
const studyConfig = {
name: self.addonId,
days: 28,
surveyUrls: {
"end-of-study": surveyUrl,
"user-ended-study": surveyUrl,
ineligible: null,
},
variations: {
"control": () => {},