Possible to add two extra questions in anonymous link that are not shown with personal link? | XM Community
Skip to main content

Hello there
I am real newbie so I hope I am asking this question in the right place. I searched and could not find an answer to my question.
For the survey I am creating I would like to send out two links; an anonymous link that can be shared in newsletters, websites, etc. and a peronsal link that is send to individual eligible participants. For the participants in the anonymous link I would like to know in which country they work and in which hospital. For the participants that receive a peronsal link, I do not need this data as I already know from which country they are and in which institution they work.
Question: Is it possible (and if so how) to use two different links in which the anonymous links includes two questions that are not included (or skipped) for participants with an individual link.
I hope I explained this clearly enough, please let me know if you need further information.
Thanks so much for your help!
Manya

This should be easily possible using display logic. When you create a custom link, it will be of the form: https://co1.qualtrics.com/API/v3/distributions/EMD_HqyMlaZufKzJvMc/links?surveyId=SV_6hsqQZccKfnIKGN
Notice the

?suveryId=
. At the beginning of your survey, if you create an embedded variable with the same name, it will automatically get populated with the text after it, if someone uses this link to open the survey. For anonymous links, this is not present, hence the variable will be empty. So for the two questions, your display logic should be that
surveyId 
is empty.


Leave a Reply