We want to run a survey very similar to T116433 at a larger scale and with the updated schema and URL parameter we will be passing to the survey.
| Survey | Duration | Start Date and time | End Date | array |
| Test | 8 hours | 2016-02-16 at 16:00 PST | 2016-02-17 at 16:00 PST | [1] |
| Test no DNT | 30 min | 2016-02-25 at 16:00 PST | 30 min after | [2] |
| Main | 7 days | 2016-02-29 at 16:00 PST | 2016-03-08 08:00 PST | [3] |
[1]
array(
"@description"=> "description of the survey",
"description" => "Reader-segmentation-1-description",
"@link"=> "external link to the survey (must be https)",
"link"=> "Reader-segmentation-3prime-link",
"@question"=> "survey question message key",
"question"=> "Reader-segmentation-3-message",
"@privacyPolicy"=> "message key for privacy policy. May contain links.",
"privacyPolicy"=> "Reader-segmentation-3prime-privacy",
"@coverage"=> "percentage of users that will see the survey",
"coverage"=> "0.00005", // 5 out of 100K
"@platforms"=> "for each platform (desktop, mobile), which version of it is targeted (stable, beta, alpha)",
"platforms"=> array(
"desktop"=> ["stable"],
"mobile"=> ["stable"]
),
"instanceTokenParameterName" => "entry.901222064")
[2]
array(
"@description"=> "description of the survey",
"description" => "Reader-segmentation-1-description",
"@link"=> "external link to the survey (must be https)",
"link"=> "Reader-segmentation-3prime-link",
"@question"=> "survey question message key",
"question"=> "Reader-segmentation-3-message",
"@privacyPolicy"=> "message key for privacy policy. May contain links.",
"privacyPolicy"=> "Reader-segmentation-3prime-privacy",
"@coverage"=> "percentage of users that will see the survey",
"coverage"=> "0.002", // 1 out of 500
"@platforms"=> "for each platform (desktop, mobile), which version of it is targeted (stable, beta, alpha)",
"platforms"=> array(
"desktop"=> ["stable"],
"mobile"=> ["stable"]
),
"instanceTokenParameterName" => "entry.901222064")
[3] We looked at the past surveys to estimate the correct sampling rate for collecting 50K responses in a week. Based on this, we are recommending a 0.02 coverage value.
array(
"@description"=> "description of the survey",
"description" => "Reader-segmentation-1-description",
"@link"=> "external link to the survey (must be https)",
"link"=> "Reader-segmentation-3prime-link",
"@question"=> "survey question message key",
"question"=> "Reader-segmentation-3-message",
"@privacyPolicy"=> "message key for privacy policy. May contain links.",
"privacyPolicy"=> "Reader-segmentation-3prime-privacy",
"@coverage"=> "percentage of users that will see the survey",
"coverage"=> "0.02", // 1 out of 50
"@platforms"=> "for each platform (desktop, mobile), which version of it is targeted (stable, beta, alpha)",
"platforms"=> array(
"desktop"=> ["stable"],
"mobile"=> ["stable"]
),
"instanceTokenParameterName" => "entry.901222064")