Displaying unique links per participant | XM Community
Skip to main content

Hi all,

I'm not sure if this is the right category to ask the question in. Basically, I am wondering if there are options within Qualtrics, or through JS (if someone else has already done this before), where each participant is shown the same set of basic (demographic) question, after which they are given a link to participate in the online experiment. However, to be able to link the demographic data to the online experimental data, I would like to have the final link that participants are shown to be unique. Is this already possible with the basic functions of Qualtrics? I may have missed it. Or does anyone know if anyone else has already had this problem before and written their own code for it?

Many thanks.
Best
Jelle

Assuming we can capture the URL parameter in the online experiment system.
You can create a random id in the survey flow, and pass this random id in the URL of the online experiment and capture it in the online experiment system.


That would be great! Do you happen to know if you can make the "random ID" select from a certain set of numbers? I can create individual links for the experiment that all end with 8152, 8153, 8154 etc., around those numbers, and I would know which numbers are available beforehand. Is it possible to make the random ID generate from a certain set of predefined ID's?


You need to create individual links on the fly, that is it will be created while respondents are responding.
Check here to create the random id in qualtrics.
What would be your qualtrics distribution method?


Leave a Reply