How can I connect response data from 2 different surveys? | XM Community
Skip to main content
Solved

How can I connect response data from 2 different surveys?

  • April 21, 2018
  • 9 replies
  • 317 views

Participants fill Survey1. A the end of the Survey 1 they are randomly directed to one of the 2 websites (website1 or website2). Thus, the participant leaves Survey 1 and goes to the website he was randomly assigned to. From that website, he clicks a link which directs him to Survey2. I want to connect the answers of the same participant across the 2 surveys. Is this possible? What are the steps? I have tried to put query strings and embedded data but I had to terminate Survey1 by directing them to Survey 2, but I don't want that, because participants need to be directed to the website. Thank you in advance for your help!

Best answer by LaurenK

Hey @ale! It looks like you reached out to our Support team, who sent you a great video walking you through this setup! For other community members interested in a similar setup, check out this page about passing information from one survey to another via query strings!

9 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • April 21, 2018
If you control the websites you can pass a parameter such as the Survey1 ResponseID to the websites and the websites can include it as a parameter in the Survey2 links. Obviously, your web pages can't be straight html. They would have to have a script component to get the input parameter and use it to dynamically build the Survey2 link.

  • Author
  • April 21, 2018
Tom thanks a lot for your reply. However, can you provide me with more details? I am not familiar at all with html and scripts.

LaurenK
Former XM Community Team Member
Forum|alt.badge.img+13
  • Former XM Community Team Member
  • Answer
  • July 11, 2018
Hey @ale! It looks like you reached out to our Support team, who sent you a great video walking you through this setup! For other community members interested in a similar setup, check out this page about passing information from one survey to another via query strings!

  • July 27, 2018
@TomG how do we pass the ResponseID parameter from Survey1 to the websites. Is there a guide available pls?

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • July 27, 2018
ResponseID is a reserved embedded variable name that Qualtrics populates. You would just include it as a parameter in a redirect link to your website, for example: ``` https://mywebsite.com/myscript.php?respid=${e://Field/ResponseID} ```

  • September 4, 2018
@LaurenK is it possible to share the link to the video you sent to @ale ?

LaurenK
Former XM Community Team Member
Forum|alt.badge.img+13
  • Former XM Community Team Member
  • September 4, 2018
Hi @Ziad! Unfortunately, I am unable to send that video due to our privacy policy, but feel free to reach out to @ale and see if he still has it! Otherwise, definitely check out this page or reach out to our Support Team if you are still stuck!

  • September 5, 2018
Thank you @LaurenK I emailed the Support Team

  • October 31, 2018
How can I pass along the Request ID from 1 survey to next (not through my website but Qualtrics Website). I would like if they answer a question, instead of branching logic it takes you to the separate survey, and each survey refers to the other (as recorded response).