add surveyUrl for shield study participants

This commit is contained in:
groovecoder 2017-07-11 10:26:46 -05:00
parent 268da1350a
commit 080e9dd22d

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": () => {},