Segments for pop-ups

Segments whose terms and conditions are based on user behaviour on the site work only for pop-ups and are realtime, i.e. for users currently on the site.

By behaviour on the site

Site behaviour

  • View current page
  • Scrolling the current page
  • Visiting pages
  • Closing a tab
  • Adding a product to the basket

Segments whose conditions are based on users' behaviour on the site work only for pop-ups and operate in realtime mode, i.e. only for users who are on the site at the moment.

A pop-up will fit the condition of the “Added products to cart” segment as long as the browser stores information about adding to cart, i.e. until the productRemove, productBuy methods are called or localStorage is cleared by the browser after a period of time.

By page address

URL

  • URL is equal - the condition works by the logic of strict equality.

I.e. if the condition “URL is equal to https://mysite.com”, then the pop-up will not appear on the page https://mysite.com/.

  • URL by mask - the condition works according to the following logic:

you can use the underscore _ character to match any single character in the page address, and the asterisk * character to match an undefined number of characters in the link. For example, the following condition will find all contacts whose current page starts with any number of characters, contains the “mysite.com/page_/” part, but has only one any character after the /page part.

In this example, the condition will match users who are on page “https://mysite.com/page1/” or “http://mysite.com/page2/” etc., but not contacts with an address of “https://mysite.com/page15/” or “https://mysite.com/pages1/”

UTM tag

Material in progress

By device type

By layout

Condition allows you to select people who have reached a certain page of the site or a certain element of the page. For example, if we don't want to show a popup window to a user who has logged in to the site, we can add the HTML code of the login button.

By Local storage

The Local storage condition is used to display popups and segments users by whether they have a certain parameter with a specified value in their local storage.

Last modified: 2024.11.22 07:50 by Anastasia Aniskova