Solved
No question marks or ampersands in my redirect link-what is my id?
I am a Master's student using a survey for my dissertation, this is my first time making a survey of this type.
My market research firm has given me four redirect links (for complete, screener, disqualify and quota), but these instructions* do not apply because in their example, you can identify dummy text after an id in the link ("&uid="for example). I believe it is the respondent id that I am looking for, but I unsure of that as well.
Here is one of my links:
https://surveyengine.pureprofile.com/api/v1/pp-uk/external-payment/c5d1c1ad-25be-44c8-bc53-3b51ecfb01e7
I cannot identify my id, any help? I need to know where to insert my code from my survey.
Inserting the links as is leads to an error message when previewing the survey. I've tried this following the instructions* by survey flow -> add element ->survey end -> customize
Thanks,
Tori
*https://www.qualtrics.com/support/survey-platform/common-use-cases-rc/panel-company-integration/
Best answer by Kate
@lorvig Thanks, that's what I thought :)
You will need to generate your anonymous link; the MR Firm will need that to direct people over to your survey. Sending them that alone should do the trick.
They will send people over and attach to the URL query string additional information that you will want to capture in you responses, so that when you re-direct them, they can see who got where in the survey. This way they can manage rewards accordingly. To do that, simply set up your embedded data to collect that information:
https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings/
I have a survey with a panel provider right now. This is what that looks like for me:
!
Now: You need to set up the re-direct information. And you will want to associate that Embedded data we just set up, and re-pass it. Again, through the query string!
https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings/#PassingInformationFromASurvey
Here's some images of what setting up the re-direct for a screened out survey look like for me:
!
!
And since the URL isn't visible in that last window, know that this is kind of what it looks like:
```https://s[THE URL THE COMPANY GAVE ME]?id=${e://Field/Resp_ID}&Cortex_ID=${e://Field/Cortex_ID}&pid=${e://Field/Proj_ID}&stat=SC```
The ```${e:// }``` stuff is me piping in that old embedded data. The ```&stat=SC``` at the end is what they asked me to pass for screened out respondents. Sometimes that says ```stat=C``` for complete, or ```stat=qf``` for quota full.
Now: You need to set up the re-direct information. And you will want to associate that Embedded data we just set up, and re-pass it. Again, through the query string!
https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings/#PassingInformationFromASurvey
Here's some images of what setting up the re-direct for a screened out survey look like for me:
!
!
And since the URL isn't visible in that last window, know that this is kind of what it looks like:
```https://s[THE URL THE COMPANY GAVE ME]?id=${e://Field/Resp_ID}&Cortex_ID=${e://Field/Cortex_ID}&pid=${e://Field/Proj_ID}&stat=SC```
The ```${e:// }``` stuff is me piping in that old embedded data. The ```&stat=SC``` at the end is what they asked me to pass for screened out respondents. Sometimes that says ```stat=C``` for complete, or ```stat=qf``` for quota full.Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
