| 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 |
| Variable | Description |
|---|---|
| [%%token%%] | Supplier Token |
| [%%vendor_user_id%%] | Supplier User Id |
| [%%status_id%%] | Respondent Status Id |
Browser Redirects Onlyvar exampleCompleteRedirectUrl= "https://supplier-redirect-url.com/complete?token=[%%token%%]&status=[%%status_id%%]"
var hashValue= = SHA256(exampleCompleteRedirectUrl)
var finalRediectUrl = "https://supplier-redirect-url.com/complete?token=[%%token%%]&status=[%%status_id%%]&hash=hashValue"Note The hash query param will be automatically added in the redirect url, if encryption is enabled
| 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 |