I'm aware through (https://www.qualtrics.com/support/survey-platform/survey-module/survey-options/survey-termination/#RedirectingRespondentsToAUrl) that I can redirect a user at the end of a survey to a specific URL.
Is it possible to, like I can with say a QID value, append a value initially passed as a URL parameter (https://www.qualtrics.com/support/survey-platform/survey-module/survey-flow/standard-elements/passing-information-through-query-strings/#Syntax) to the redirect URL?
Here's an example
User clicks on this link:
mysurvey.qualtrics.com/somesurvey?user_id=123
When completing my survey I enter something like this for the redirect URL
mywebsite.com/survey/landing?user_id=${SOME_SYNTAX_HERE_THAT_REFS_USER_ID_VALUE}
That way I can generate a unique survey URL for each user and know which user by user ID has completed the survey when ending up on
/survey/landing
I've been reading through the docs and haven't found if this is possible or not. Thanks for any and all assistance!