Merge pull request #664 from mozilla/add-surveyurl-for-shield
add surveyUrl for shield study participants
This commit is contained in:
commit
63343f18eb
1 changed files with 5 additions and 0 deletions
5
study.js
5
study.js
|
@ -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": () => {},
|
||||
|
|
Loading…
Add table
Reference in a new issue