Customization options allow you to change the notification display time to suit the requirements of your customers and business. These customization options exist on all campaign types! 


Scroll position Y

Scroll position Y shows how much of the webpage has been scrolled down. In our case, scroll position Y determines at what part of the page the notification will show up. 


To find scroll position Y, do as follows: 


1. Scroll on your page until you find the desired part of your page where you want the notification to appear. 

2. Right-click and select ''Inspect'' or ''Inspect element''. 

   
     3. Click on ''Console''. 

 

    4. Write ''pageYOffset'' and press enter. This will give you scroll position Y.

   

     5. Insert the number into the ''Scroll position Y'' field.


Notification display delay

When a visitor comes to your page, the notification display delay field determines after how many milliseconds the notification will appear. The default time is 0, which means that the notification will appear immediately. To convert seconds to milliseconds, multiply the number of seconds with 1000. For example: 


1 second = 1000 milliseconds;

2,5 seconds = 2500 milliseconds;

5 seconds = 5000 milliseconds.


When having trouble converting seconds to milliseconds, click here


Notification display time 

The Notification display time field determines how long the notification is shown on a page. The default display time is 10,000 milliseconds, which means that the notification is shown for 10 seconds. To convert seconds to milliseconds, multiply the number of seconds with 1000. For example: 


2,5 seconds = 2500 milliseconds;

5 seconds = 5000 milliseconds;

8 seconds = 8000 milliseconds.


When having trouble converting seconds to milliseconds, click here