All Collections
Studies
Surveys
Share
My survey is not displayed to my users. Help me!
My survey is not displayed to my users. Help me!

Troubleshoot your targeting rules

Simon Robic avatar
Written by Simon Robic
Updated over a week ago

More about targeting:

Since the targeting engine built by Screeb runs in the background, you may not understand which rules prevent your survey from being displayed to a user.

What can I do?

First, you need to launch a few surveys into the Web channel.

On your website, click-right on your page, then click on "Inspect".

In the Developer Tools, click on the "console" tab and enter the following Javascript command:

$screeb('targeting.debug');

Then <enter>.

You will get the list of your running surveys and the associated targeting rules.

The rules with a green dot 🟒 are the ones that have been validated for this user. The rules with a red dot πŸ”΄ are not validated and maybe the reason why your survey is not displayed.

What does 'Multiple display' mean?

When the "Multiple display" rule is set to "false πŸ”΄", it means your survey has been already displayed to the current user and so you can't see it again.

This information is also visible in the user timeline where you can see that the survey has already been displayed:

Did this answer your question?