| Param Name | Required | Description |
|---|---|---|
| vq_sid | Yes | Unique survey id, this is auto filled in entry link |
| vq_vid | Yes | Supplier id,this is auto filled in entry link |
| vq_token | Yes | Unique transaction/respondent token generated per session by supplier |
| vq_uid | Yes | Respondent unique User ID on your supplier's system |
var email_hash = SHA256(lower(respondent_email))
var urlWithEmailHash= https://rf-sandbox.voqall.com/l?...&email_hash={hashed_email_value}Do not pass raw email address in the query string parameters
agegender (answer ID/code)zipQ**{StandardQualID}=answerId1,answerId2| Redirect Type | Required | Description |
|---|---|---|
| Complete | Yes | Postback url to be used when respondent has completed the survey |
| Terminate | Yes | Postback url to be used when respondent is not qualified |
| Overquota | Yes | Postback url to be used when the requierd quota is met |
| Security Terminate | Yes | Postback url if the respondent fails security checks |
Browser Redirects Onlyvar exampleRedirectUrl= "https://supplier-redirect-url.com/complete?token=token123&status=1"
var hashValue= = SHA256(exampleRedirectUrl)
var finalRediectUrl = "https://example.com?transactionId=121212&status=complete&hash=hashValue"| Redirect Type | Required | Description |
|---|---|---|
| Complete | Yes | Postback url to be used when respondent has completed the survey |
| Terminate | Yes | Postback url to be used when respondent is not qualified |
| Overquota | Yes | Postback url to be used when the requierd quota is met |
| Security Terminate | Yes | Postback url if the respondent fails security checks |