Advertisement
Guest User

AdRoll Pixel

a guest
Oct 17th, 2017
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.     adroll_adv_id = "2P5N7LQYHRB3ZDG2XZFMLO";
  3.     adroll_pix_id = "JDKRUN6LWVG4TDZN25W4IX";
  4.     /* OPTIONAL: provide email to improve user identification */
  5.     /* adroll_email = "username@example.com"; */
  6.     (function () {
  7.         var _onload = function(){
  8.             if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
  9.             if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
  10.             var scr = document.createElement("script");
  11.             var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
  12.             scr.setAttribute('async', 'true');
  13.             scr.type = "text/javascript";
  14.             scr.src = host + "/j/roundtrip.js";
  15.             ((document.getElementsByTagName('head') || [null])[0] ||
  16.                 document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
  17.         };
  18.         if (window.addEventListener) {window.addEventListener('load', _onload, false);}
  19.         else {window.attachEvent('onload', _onload)}
  20.     }());
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement