Redirect to website with random ID in URL | XM Community
Skip to main content

I'm trying to develop a survey where each participant is assigned an unique ID, and after the participant is directed to a website with the ID in the URL.
So for example if a participant is assigned the ID 234567, then at the end of the survey they are directed to a website http:\\\\[url]\\234567. Likewise if the participant is assigned ID 567890, then I want then to be redirected to http:\\\\[url]\\567890.
I know how to configure for assigning unique ID's and how to set up redirecting to a URL, but I'm stuck on how to assign the ID to the URL.

Hi there,
I guess the easiest way would be to add the id as a paramter to your link:
link?ID= or if you have other parameters &ID=

Best regards

Rudi


Leave a Reply