Integrating Zamplia with Qualtrics for Survey Sampling
This document outlines the steps required to integrate Zamplia as a vendor on Qualtrics for survey sampling.
It includes our standard redirect links and instructions to ensure seamless respondent tracking and status reporting.
Redirect URLs
Please use the following URLs for redirecting respondents after survey completion on Qualtrics:
Outcome | Redirect URL Template |
---|---|
Complete | https://zampcomplete.zamplia.com/?UID=xxxx |
Terminate | https://zampterminate.zamplia.com/?UID=xxxx |
Quota Full | https://zampquotafail.zamplia.com/?UID=xxxx |
Security Termination | https://zampsecurityfail.zamplia.com/?UID=xxxx |
Important: Replace xxxx
with the unique respondent ID parameter from Qualtrics (usually ${e://Field/ResponseID}
or a custom embedded field used for tracking).
Step-by-Step: Adding Zamplia to Qualtrics as a Vendor
1. Set Up Embedded Data
In your Qualtrics survey flow:
- Click Add a New Element Here → Select Embedded Data
- Create a field named UID
- Set the value to capture the UID passed through the survey URL, for example: or based on how you pass the respondent ID
${e://Field/UID}
2. Configure Survey Redirects
At the end of the survey, set up End of Survey elements with redirect URLs:
a. Complete
- Action: Add an End of Survey element
- Click Customize → Choose Redirect to a URL
- Paste the following URL:
https://zampcomplete.zamplia.com/?UID=${e://Field/UID}
b. Terminate
- Set up a branch logic to determine screen-outs (e.g., disqualified)
- Use the redirect URL:
https://zampterminate.zamplia.com/?UID=${e://Field/UID}
c. Quota Full
- If using quotas in Qualtrics, set up a branch that checks for quota limits
- Redirect to:
https://zampquotafail.zamplia.com/?UID=${e://Field/UID}
d. Security Termination (Optional)
- For suspected fraud or failed quality checks, use:
https://zampsecurityfail.zamplia.com/?UID=${e://Field/UID}
Example Survey Link Format
When sending survey invites or links to Zamplia respondents, make sure the UID parameter is included in the link. Example:
https://yourqualtricssurvey.qualtrics.com/jfe/form/SV_123456?UID=ABC123XYZ
Zamplia will replace
ABC123XYZ
with each unique respondent ID.