I'm running a survey and I'm looking to record or save the link/URL through which respondents enter using embedded data. I checked here but when I try adding embedded data in the survey flow, I can't find the options (current page URL, time spent on site, total visited page count) that seem to be available for actions.
Solved
How to record the link through which respondents enter survey?
Best answer by Aanurag_QC
Hello madamimadam In the case where you are using the anonymous link, you can use Javascript in one of your survey questions which will store the URL in embedded data:
Qualtrics.SurveyEngine.addOnload(function()
{
var a = window.location.href;
Qualtrics.SurveyEngine.setEmbeddedData("URL", a );
});
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.