Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

UA

image-20240611-123449.png

US

image-20240611-123805.png

RU

image-20240611-131051.png

A popup window is an element that appears over the content on a webpage.

5-20241021-082458.png

There are three types of pop-up windows:

  • Action - the pop-up window is triggered when a button on your site is clicked.

  • Exit - the pop-up window is triggered when the user attempts to close your website page (only on desktop).

  • Timer - the pop-up window is triggered after a preset time spent on the page.

You can select the type of pop-up window when configuring LGT in the "General" tab.

Creating an "Pop-up Window" LGT

To create an LGT of the "Pop-up Window" type:

  1. Go to the "Sales Tunnels" section and open the required tunnel.

01-20241028-155512.png
  1. Right-click (for Windows) / tap with two fingers on the touchpad (for MacOS), select "Lead Generation Tools," find "Pop-up Window" in the list, and then click the "Create" button.

02-20241028-155351.png
  1. Fine-tune your LGT in the General, Content, and Traffic tabs. For more details, follow the link.

When filling out the "General" tab, specify the type of pop-up window.

03-20241028-162443.png
  1. After creating the LGT, you will receive several code blocks that need to be placed on your website:

05-20241028-162750.png

You need to:

  • Copy the Init code and place it before the closing tag </head> on your page (or in the HTML block of your website builder).

  • Copy the script code for the popup window and place it after the Init code.

  • Add a link to a clickable element on your page that will trigger the LGT popup window when clicked.

For advanced users:

For an action-type popup window, you need to create an element that will contain the trigger for the popup window. The id for this element should be set to the selector found in the popup window settings (without the # symbol).

04-20241028-162451.png

Example:

<button id="Укажите_название_Selector_здесь"></button>

The popup window will appear when the website visitor interacts with this element (by clicking the button).

  • No labels