Sending a survey through a weblink with embedded data | XM Community
Skip to main content
Solved

Sending a survey through a weblink with embedded data

  • May 24, 2019
  • 2 replies
  • 7 views

Forum|alt.badge.img+7
I have a survey that is sent to customers attending a Training session. I would like to send it to people at the end of each session to get a high response rate. Using a web link is not ideal as I cannot track identifying information. Uploading a contact list is not an ideal option either. Teams who are admin on this survey have the bandwidth to create a contact list only once a week. We would lose the survey momentum and have fewer respondents. To sum up, we want to have the cake and eat it too 😊 I’d like to have your opinion on a solution that will combine embedded data + instant send. Thank you!

Best answer by TomG

Add the tracking information to the url as parameters and the they will populate matching embedded variables in the survey flow: ``` https://marketinview.qualtrics.com/jfe/form/SV_xxxxxxxxxxx?parm1=abc&parm2=xyz ```

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • May 24, 2019
Add the tracking information to the url as parameters and the they will populate matching embedded variables in the survey flow: ``` https://marketinview.qualtrics.com/jfe/form/SV_xxxxxxxxxxx?parm1=abc&parm2=xyz ```

Forum|alt.badge.img+7
  • Author
  • Level 2 ●●
  • 9 replies
  • May 27, 2019
Thank you, Tom!