PopUps, Exit Intents, Opt-In, Layer & more

Customer loyalty and more conversions through individual layers (pop-ups, exit intents, etc.) depending on user action and integration

"Simply" win more customers who are already there and are interested, AAAABER not (yet) inquire. The solution? So-called layers which intelligently switch over, next to, in front of the content depending on user behavior and thus get full attention. Most of these are known as pop-ups or exit intents. However, this often annoying advertising technology is enormously effective and ensures up to 30% and more leads, sales and contacts.

As an online marketing agency, we have developed a concept that is technically very easy to integrate and therefore works on ALL websites and online shops.

Our layers work with all content management systems, shop systems and scripts!

Popup Exit Intent Layer Cms Shop Marketing Online

Simple one-time integration and professional design for maximum conversion possible with us!

Layer & PopUp examples from our customers & partners

Up to 30% MORE CUSTOMERS with an EXIT INTENT POPUP!

Seo Optimization Google Online Marketing Bing Seo Search engine optimization agency

The PopUp & Exit Intent packages for perfect layers

Layer package BRONZE
monthly, 3 months minimum term
39
The perfect start into a world full of new customer inquiries and sales.
1 layers
✔ PopUps
✔ Exit intent
✔ When scrolling
✔ Not active
✔ When clicks
✔ AdBlock Detect Layer
✔ Embed in content
A/B campaigns and statistics
Report / reporting on request
design
✔ Compatible with all systems
Layer package GOLD
monthly, 3 months minimum term
99
Maximize traffic, perfect A/B testing and massively increase sales.
up to 10 layers
✔ PopUps
✔ Exit intent
✔ When scrolling
✔ Not active
✔ When clicks
✔ AdBlock Detect Layer
✔ Embed in content
✔ A/B campaigns and statistics
✔ Report / Reporting on request
✔ Design
✔ Compatible with all systems

On request, the optimized design of a pop-up with unlimited layers can be carried out for you for EUR 85 net.

integration guide

Follow these steps to embed the module in a website:

  1. Make sure your website loads jQuery version 1.8 or higher.
  2. Make sure your website has DOCTYPE. If not, add the following line as the first line of the HTML document:
  3. Copy and paste the following JS snippet into the website. You must insert it at the end of the section (above the closing tag ).
    
    
  4. That's it. integration finished. 🙂

You will receive the specific codes and IDs for placing the layers separately via email. Also see the documentation below.

Please note that only IDs provided by us can be used.

Florian Ibe

If you have any questions, please contact:

Email: fi@vastcob.com

Florian Ibe

Compatible with EVERY CMS, construction kit or page builder!

Pictibe cms content management systems compatibility web development
PopUp directly when loading the page (with a delay of X seconds)

Add the following JS code to your page if you want the user to see the popup right after the page loads. It needs to be placed under remote.min.js.

<script>
lepopup_add_event("onload", {
	popup:		"OBJECT1_ID",
	popup_mobile:	"OBJECT2_ID",
	mode:		"every-time",
	period:		5,
	delay:		0,
	close_delay:	0
});
OBJECT_ID = ID which we provide to you
Exit Intent

Add the following JS code to your page when the user moves the mouse pointer to the top of the browser window and assumes it will exit the page (OnExit popup). It needs to be placed under remote.min.js.

lepopup_add_event("onexit", {
	popup:		"OBJECT_ID",
	mode:		"once-period",
	period:		5
});

OBJECT_ID = ID which we provide to you

Please remember to use ulp_add_event(“onexit”, ..) only once per side can use. If you paste it multiple times with different parameters, only the last one will work!

Not active popup

Add the following JS code to your page when the user is inactive for a certain amount of time (see settings variable) and does not use mouse pointer, touch or a button (OnInactivity popup). It needs to be placed under remote.min.js.

lepopup_add_event("onidle", {
	popup:		"OBJECT_ID",
	popup_mobile:	"OBJECT2_ID",
	mode:		"once-period",
	period:		5,
	delay:		20
});

OBJECT_ID = ID which we provide to you

Statement:

mode = mode: Choose how often to display the layer(s) (depending on their type). You can use one of the following values:

  • every-time = every time: The popup will appear every time until the user submits a subscription form.
  • once-session = one-time session: The popup will appear once per session until the user submits a subscription form. Session is a browser session. Usually the session ends when the user closes the browser. Sometimes it ends when the user restarts the PC.
  • once-period = once per period: The popup will be displayed once per X days (defined as period parameter) until the user has submitted a subscription form.
  • once-only = only once: The popup is only displayed once.
  • none = not at all: The popup is never displayed.

period = period: Set the period (in days) when the mode is set as a one-time period. This parameter is ignored in all other cases.

Depending on the use and layer type, we will provide you with another ID for mobile devices for the additional variable. Insert this into the javascript function and replace OBJECT2_ID with the ID we supplied.
popup_mobile: "OBJECT2_ID",
Popup defined as popup_mobile will just displayed on smartphones.
Use the following HTML shortcode to embed the popup in the page and display it as part of the content:



Replace the POPUP_ID with the ID we provide.
		
Send Request