If you like to track conversions from Smart Exit Ads, all you need to do is installing our pixel on the landing page of your ad.


Installation Process:

1. Add the following code at the header of your website:

<script>
(function(doc) {
var xtb = document.createElement("script");
xtb.type = "text/javascript";
xtb.async = true;
document.getElementsByTagName("head")[0].appendChild(xtb);
}())
var eb_loaded = function() {
_exitBee.init(SITE_ID);
}
</script>

2. Replace the SITE_ID with the site_id that is provided to you.


Tracking a conversion event:

To track a conversion event, all you have to do is fire the following line of code at the desired event

_exitBee.trackConversion();

That's it!
Now you should be able to see conversions at your campaign's analytics.