Solved
Custom URL for referral
I want to generate a custom URL at the end of my survey that the participant can refer to their friends. The URL will link to the same survey, but it will contain a marker to indicate which participant referred it. For instance, if participant A finishes the survey, they should receive a link that looks like survey/link/A that they can pass on to friends and that will have a marker to indicate that participant A was the forwarder. How do I do this?
Best answer by TomG
Add an embedded data field, lets call it r for referer, to the beginning of you survey flow. Then add it as a parameter at the end of your anonymous survey link in your end of survey message, something like:
```
anonsurveylink?r=${e://Field/participant}
```
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.