Check in which Convert Experiences you are part of

In order to see if you are part of a Convert experience in any website, you need to add this code snippet in your website:

(function () {
 var head = document.getElementsByTagName('head')[0];
 var s = document.getElementsByTagName('script')[0];

 var ccejs = document.createElement('script');
 ccejs.type = 'text/javascript';
 ccejs.async = true;
 ccejs.src = 'https://www.convert.com/current-convert-experiences-script/dist/bundle.js';
 s.parentNode.insertBefore(ccejs, s);

 var ccecss = document.createElement('link');
 ccecss.rel = 'stylesheet';
 ccecss.href = 'https://www.convert.com/current-convert-experiences-script/dist/bundle.css';
 head.appendChild(ccecss);
})();

This code snippet shows a popup with the current experiences. In order to show this popup you need to press the key ? in your keyboard.

mceclip0.png

Need assistance? Start a conversation with our Support Team.
CONVERT MORE

Reliably Convert More Site Visitors, Even If Everything Else is Changing in Your Business.

START 15-DAY FREE TRIAL
✓ No Credit Card  ✓ Easy Set-Up  ✓ Access All Features

Comments