In cases where you know certain information about your respondents before they enter the survey and want to use that information in your analysis, you can pass the data to Conjoint.ly through the shareable links. For example:
https://run.conjoint.ly/study/970/7txubkovie?customer-id=34324&gender=male
In this example, Conjoint.ly will record two GET variables for this respondent:
This information passed on through GET variables will be available in several places:
It is possible to to redirect respondents to another website after the completion of the survey and also pass on GET variables in the redirect URL. When you do that, make sure to put each variable in square brackets. For example, http://another.platform/complete?id=[id]&gender=[gender] and http://another.platform/screenout?id=[id]&gender=[gender].
If you would like Conjoint.ly to automatically append variables to the end of the redirect URL, simply click “Append all GET variables”. For example, if a respondent comes to Conjoint.ly on https://run.conjoint.ly/study/970/7txubkovie?id=HVBYVIIY34&gender=male, and you set up a redirect to http://another.platform/complete, with the “Append all GET variables” setting, they will be redirected to http://another.platform/complete?id=HVBYVIIY34&gender=male.
If you would like to pass the respondent IDs assigned by Conjoint.ly, you can add [Conjoint.ly-ID] into the redirect URL (for example, http://another.survey.platform/survey?ConjointLyID=[Conjoint.ly-ID]).