Why is my personalization not showing?

There are two possibilities as to why the personalization is not shown:

Incorrect settings

To exclude settings, you can temporarily set personalization so that the only condition is that the URL contains a certain parameter that only you use. For example:
URL contains: mypersotest

Then add this to the page you wish to test, for example:
https://www.squeezely.tech/nl/features?mypersotest

Does the personalization then appear? Then check all your settings and look up your profile to see if it qualifies.

Incorrect query selector

A common cause for not seeing personalization is that our tracker cannot find your specified query selector. Possible problems:

  • The element loads slower than our tracker.
  • Your HTML structure varies by device or browser.
  • You are using a query selector that depends on too many elements.

The latter scenario mainly occurs when using the automatic query selector, for example:
Query selector.png

Automatic queryselector:

html>body>div#page>div#content>div>div#primary>main#main>ul>li:nth-of-type(1)>a:nth-of-type(2)

Manual queryselector: 

#exampleID

How do I manually find the correct ID or class

If the automatic query selector does not work properly, you can manually select an element on the website using, for example, the Chrome inspector.

  1. To activate it, first press F12 on your keyboard and then click with your mouse on the icon as shown in the image:
    Select element.png
  2. Hold your mouse at the desired location where you want to modify the element. In this example, the name of the element is: div.hs-buttons-box
    DIV_class.png