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.
    • The amount of questions for the starting bonus and the reward can be specified once a date is selected.
  • First additional Question Count: Decide how many qualification questions the user has to answer before starting the first survey. These qualification questions are needed for finding matching surveys for the user. The count will also apply to the starting bonus, if it's enabled.
  • Additional Question Count: Decide how many questions the user has to answer before they get matched for a survey (except for the first time).
  • Skip additional questions on match: If users need fewer questions stated in the Additional Questions Count, they can start the survey right away.
  • Reward Screenouts: When a user gets disqualified from a survey (not the qualification questions), then they can receive compensation.
  • Custom Screenout Reward: Specify how much the user should receive in USD. BitLabs covers $0.0105.
  • Algorithm: Select if you want to sort surveys by best matching (typically highest revenue) or Short Surveys.
  • Allow Manual Algorithm Selection: You can allow your users to decide which algorithm they prefer on the offer wall.

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

An example URL could look like this:

https://publisher.com/surveys/complete?uid=[%UID%]&token=[%TOKEN%]

At the moment it is not possible to return the reward amount via a parameter.