Survey Providers
Control access to 3rd-party marketplaces and additional survey offerings within the Panel Settings.
Features include:
- Adding custom survey completion pages
- An easy-to-use toggle system for enabling or disabling marketplaces, allowing seamless switching between providers, control incentive levels as percentage from complete price
- Global survey provider setting: possible at the end of each survey to offer user to start a new survey (if any available)
- S2S callback settings: provide callback URL and HMAC secret code to get server-to-server notifications about user transactions. Available variables:
| Variable | Description |
|---|---|
status_id | Status of the survey outcome:
|
survey_id | ID of the survey |
incentive | Reward amount for the participant |
cpi | Total consumer price |
currency | Currency of the incentive |
panel_id | Panel identifier |
hmacsign | Hash signature for verifying authenticity Computed over the payload using the shared secret (HMAC-SHA256) |
panelist_id | ID of the panelist |
survey_response_correction_id | ID of correction event (if it happens, survey_id will be returned as null) |
passthrough | Optional parameter passed in the survey router entry link Customer custom passthrough property that will be sent during the callback |