customize survey link | XM Community
Skip to main content

when composing email to invite respondent the survey link is impeded using the tag
${l://SurveyLink?d=Click here}
my survey is in two languages, Arabic and English, I would like the impeded link in the Arabic message to open the survey in Arabic, so I added the language parameter as follows
${l://SurveyLink?Q_Language=AR&d=Click here}
but still the link open in English

Any idea?
thanks

You need to put the language parameters out side the }
for example: ${l://SurveyURL}?Wave=wave1
in your case: ${l://SurveyURL}?Q_Language=AR


Thank you;
is it
${l://SurveyURL}?Q_Language=AR
or
${l://SurveyURL}&Q_Language=AR
because the first one doesn't work, it didn't translate it correctly
اتبع هذا الرابط?Q_Language=AR  
also is it SurveyURL or SurveyLink?


Here is the documentation on the Qualtrics site, https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings/#EmailLinks

If you are passing a single URL parameter is just ? is you pass multiple its ? then &
?Source=Facebook
?Source=Facebook&Campaign=Mobile


Leave a Reply