In this article you learn about the Web Display Settings for each Questionnaire.
To find the web display settings for each questionnaire, you can go in the Distribution Section as follows:
Questionnaire Page --> Distribution Section --> Web Integration Tab
There are multiple settings for each questionnaire, as seen in the following screenshot:
Mobile display of a questionnaire is considered under the following circumstances:
The current settings have 3 type of display:
Box
Box Classic (popup)
Embed
Box and Box Classic Display
Read more about Web Display: Box.
Embedded Display
Read more about Web Display: Embedded.
Position depends on the display type.
Box / Box Classic
Box can be displayed automatically in a corner of your website. You can select one of the following:
Left | Bottom
Left | Top
Right | Bottom
Right | Top
Embedded
Embedded questionnaires need an HTML container to be displayed. In this case, you need to provide a position as a css selector. The questionnaire will be displayed based on the given position type:
Before: Append the questionnaire exactly before the given position.
Inside: Append the questionnaire inside the given position (at the end of the container).
After: Append the questionnaire exactly after the given position.
You can add a delay to displaying your questionnaire to your users, so that they have time to form their experience properly. The delay cap is separated in 3 values: minutes, hours and days. You can set both values and the delay cap will sum up to the user.
NOTE: Delay cap works for a user on the same device, using browser local storage.
Example: After the entrance on the online page the display of the questionnaire will follow in 1 day, 3 hours and 5 minutes.
You can use the frequency cap setting to avoid displaying the same questionnaire to the same user multiple times in a given period of time. The frequency cap is separated in 3 values: minutes, hours and days. You can set both values and the frequency cap will sum up to the user.
NOTE: Frequency cap works for a user on the same device, using browser local storage.
Example: After the first display of the questionnaire it will take 1 day, 5 hours, 35 minutes and the Delay Cap to be displayed again.
Blacklist and whitelist settings are considered an extra layer of security, to prevent your Questionnaire from being displayed to other websites.
NOTE: If a url is covered by both whitelist and blacklist, blacklist prevails.
Keep in mind the following:
The URLs should be full, including the http/https protocol
URLs are working in a start-with logic. It's enough to write the url and everything that follows is covered
If a url is covered by both whitelist and blacklist, blacklist prevails
Example
Blacklist: https://www.mysite.com/cart
✔️ Valid: https://www.mysite.com/cart/anything
❌ Not valid: https://www.mysite.com/anything/cart