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.
- Start Bonus Reward: Specify how much you want to reward the user for completing the starting bonus.
- Start Bonus Questions: Define the number of questions a user must answer during the start bonus survey. You can set this value even when the reward is 0.
Asking multiple questions upfront helps better qualify users for future surveys, improving the matching algorithm. However, too many questions may increase user drop-off. We recommend keeping both start bonus settings at 0 and allowing BitLabs to optimize the process automatically.
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