Start Link
Start link is the survey link that you want respondents to go into to take the survey. Dynata appends certain fields on the survey URL so that you can capture the data and send it back to us in the end link for marking an end to the respondents session.
Append Fields
Parameter | Description |
---|---|
pid |
Dynata’s unique respondent identifier. We will automatically append the pid to the survey URL when a respondent starts the survey. The pid is numeric and will be up to 10 digits in length |
psid |
Dynata’s unique identifier that captures a respondent and the specific project identifier. We will automatically append the psid to the survey URL when a respondent starts the survey. The psid tag will always be lowercase. The value of the psid is alphanumeric, a maximum length of 64 digits and will contain asterisks, and other special characters, such as dashes and underscores, which must be supported by the survey programming platform. You need to pass the psid back in the end link |
k2 |
A security key passed to you in the survey URL. This is required for calculating the med value in the end link. Replace this with the survey_key_2 in the med calculation |
Example Start Link
{
"surveyURL": "www.mysurvey.com/live/survey?pid=<#DubKnowledge[1500/Entity id]>&k2=<#Project[Secure Key 2]>&psid=<#IdParameter[Value]>"
}
Example Survey Link when respondent goes in
{
"surveyURL": "www.mysurvey.com/live/survey?pid=2424131312&k2=59931&psid=VgrJ2-9iUQZK3noVDtXobw**"
}