Home / Widgets / Postalytics Tracking Script
Duplicate Snippet

Embed Snippet on Your Site

Postalytics Tracking Script

Mail tracker

Mark Cornish
<10
Code Preview
js
<script type="text/javascript">    
    var a;
var rc = new RegExp('_bn_d=([^;]+)');
var rq = new RegExp('_bn_d=([^&#]*)', 'i');
var aq = rq.exec(window.location.href);
if (aq != null) a=aq;
else var ac = rc.exec(document.cookie);
if (ac != null) a=ac;
if (a != null) {
  var _bn_d = a[1];  
  (function() {
	var pl = document.createElement('script'); pl.type = 'text/javascript'; pl.async = true;
	pl.src = ('https:' == document.location.protocol ? 'https://app' : 'http://app') + '.postaladmin.com/plDataEmbed.js';
	var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pl, s);
  })();
}
    </script>

Comments

Add a Comment