Survey entry link
The entry link is the URL Research Desk uses to send a respondent into your survey platform (Qualtrics, Decipher, SightX, Alchemer, or another supported platform).RDUD placeholder
Your survey URL must:- Begin with
https:// - Include the Research Desk respondent ID placeholder
[%RDUD%]anywhere in the query string
Passing qualification data (optional)
Pass qualification values into your survey through the entry link to reduce duplicate screening:variableName with a field in your survey platform and <qualification_id> with the Research Desk qualification ID.
Example:
Redirect links
Redirect links communicate the respondent’s outcome from your survey platform back to Research Desk. Failure to redirect properly records an Abandon status. High abandon rates reduce traffic and may pause your project.Generic redirect structure
All redirects usehttps://www.rdsecured.com/return with an inbound_code and the respondent’s RDUD:
Replace
<RDUD> with the value captured from the entry link when the respondent entered the survey.
Platform-specific examples
Apply the same RDUD substitution pattern for terminate (2000), security (3000), and over-quota (4000) redirects.
Some platforms (Alchemer, SurveyMonkey) use inbound codes without an explicit RDUD parameter in the redirect URL. Confirm your platform’s implementation against the Research Desk redirect guide for your programming tool.
Redirect security (optional)
Research Desk supports additional redirect security:- Redirect hashing — SHA-256 / SHA-512 validation that redirects were not tampered with
- COMPLETE API respondent validation — Server-side validation of completes (availability varies by account)
Test links
Research Desk provides a Test Survey link for internal QA. Open it in an incognito window to bypass client-side security layers that are relaxed during testing. A successful redirect lands on the standard Research Desk end-page confirmation. Completes through test links may be classified differently during reconciliation (for example, as unregistered completes).Validating your setup
- Create the survey in Draft
- Right-click Test Survey and open the link in an incognito window
- Walk through both a complete and a terminate path
- Confirm each redirect fires with the correct inbound code and RDUD value