Surveys
Survey settings
Here you can enable the survey demand. Furthermore, we offer a lot of different settings to enhance or change the survey experience.
The following settings are available:
- Enable Demo Mode: This will display a few demo surveys for callback testing.
- Survey Opening target: This decides where a survey should be opened.
- Survey Complete target: This decides where the user should be redirected to if a survey is completed.
- Enable start bonus after: Select a date to enable the starting bonus for users after a specific date. When a date is selected, the starting bonus is enabled automatically. The starting bonus is a way to incentivize users to complete qualification questions. They will receive a reward for completing it.
- How much you want to reward the users will be visible once a date is selected.
- The amount of questions for the starting bonus and the reward can be specified once a date is selected.
We offer a couple of more settings, which have to be enabled by the account management team:
- Redirect users to a different URL after a completion, screen out, or start bonus (This can be useful when using our survey API)
- Promotions
Setting up Redirect URLs
Like mentioned above, this feature is only available on request, since you can break your integration when carelessly using it. Though these are technically part of the survey settings, they are located on the integrations tab of the app settings.

Here you can enter the URL the user should get redirected to after a screenout, survey completion, starting bonus completion, or click termination (also called disqualification).
The following query parameters with the following placeholders can be used here:
- uid=[%UID%] : Returns the User ID
- token=[%TOKEN%] : Returns the offer wall token
- val=[%VAL%]: Returns the survey reward
- raw=[%RAW%]: Returns the survey reward in USD
- type=[%TYPE%]: Returns the type of screen
- screenout
- complete
- termination
- startbonus
An example URL could look like this:
https://publisher.com/surveys/complete?uid=[%UID%]&token=[%TOKEN%]&val=[%VAL%]&raw=[%RAW%]&type=[%TYPE%]
Updated 7 days ago