Hi,
I want to have the end of survey to re-direct a specific URL but I want to be able to pass on embeded data from Qualtrics (so I can match with activity in new URL). How can I achieve this.
For example I would like the URL to be https://www.newpage.com?id={embeded_data}
You can do that like this:
https://www.newpage.com?id=${e://Field/name_of_embeded_data_field}
Thanks Tom,
What I am a little confuse is if I should set the end of survey to send to custom URL or have a custom message?
Would the custom URL option, will the URL be responsive based on the respondent that just completed the survey?
Thanks!
It is cleaner to have Qualtrics redirect to the url. Whether it is responsive based on the respondent depends completely on what parameters you send and what the page you are redirecting to does with them. For example, if you send the parameter 'id' that represents a respondent's unique id, the page you redirect to has to recognize 'id' as a get parameter and process it accordingly.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.