Query string in personal link | XM Community
Skip to main content
Solved

Query string in personal link

  • August 31, 2020
  • 3 replies
  • 159 views

Forum|alt.badge.img+5

I've used the query strings with the anonymous links it has worked very well. I'm now trying to use it for personals links in a multi phased study. I'm adding "?Phase=1" at the end of the personal link. I'm using this to send respondents down the phase 1 or 2 part of the study (using branch in survey flow). However, it keeps sending them down phase 2 instead of 1 even when i specify 1 in the logic. Any tips?

Best answer by TomG

Personal links already have a parameter preceded by ? as part of the link, so you should add &Phase=1 at the end of a personal link.

3 replies

SaurabhPujare_Ugam
QPN Level 5 ●●●●●
Forum|alt.badge.img+18
  • QPN Level 5 ●●●●●
  • 145 replies
  • September 1, 2020

chasmasb,

Would it be possible to share the screenshot of your survey flow logic, so that we can understand better?


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • Answer
  • September 1, 2020

Personal links already have a parameter preceded by ? as part of the link, so you should add &Phase=1 at the end of a personal link.


Forum|alt.badge.img+5
  • Author
  • Level 1 ●
  • 10 replies
  • September 1, 2020

Thank you TomG . That was exactly the problem.