Skip to main content

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:

OutcomeRedirect URL Template
Completehttps://zampcomplete.zamplia.com/?UID=xxxx
Terminatehttps://zampterminate.zamplia.com/?UID=xxxx
Quota Fullhttps://zampquotafail.zamplia.com/?UID=xxxx
Security Terminationhttps://zampsecurityfail.zamplia.com/?UID=xxxx
tip

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:

  1. Click Add a New Element Here → Select Embedded Data
  2. Create a field named UID
  3. Set the value to capture the UID passed through the survey URL, for example:
    ${e://Field/UID} 
    or based on how you pass the respondent ID

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}

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.