AdRoll


Ads That Work

The retargeting and prospecting platform of choice for over 30,000 advertisers worldwide. AdRoll lets you show ads to visitors who've landed on your site while they are browsing around on other sites or in their Facebook newsfeed.

{primary} Stackpile makes it easy to install AdRoll on your website and start sending data to all your integrations with a simple unified API.

Install AdRoll

Getting Started


{primary} Important

If you already have the AdRoll snippet installed on your site, please remove it.

Once the Stackpile snippet has been installed on your website, add AdRoll to your stack on your Stackpile Dashboard, add your Adroll Adv Id and Adroll Pix Id (see Settings on how to obtain this) and click on Install AdRoll.

The Stackpile - AdRoll integration will then start displaying your ads on your website.

Settings


Adroll Adv Id and Adroll Pix Id

You can find your Adroll Adv Id and Adroll Pix Id on your AdRoll Dashboard under Campaigns > Paste Our Pixel.

In the JavaScript snippet these appear on line 2 and line 3:

<script type="text/javascript">
  adroll_adv_id = "WYJD6WNIAJC2XG6PT7UK4B";
  adroll_pix_id = "6UUA5LKILFESVE44XH6SVX";
  /* OPTIONAL: provide email to improve user identification */
  /* adroll_email = "[email protected]"; */
  (function () {
    var _onload = function(){
      if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
        if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
        var scr = document.createElement("script");
        var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
        scr.setAttribute('async', 'true');
        scr.type = "text/javascript";
        scr.src = host + "/j/roundtrip.js";
        ((document.getElementsByTagName('head') || [null])[0] ||
          document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
  };
  if (window.addEventListener) {window.addEventListener('load', _onload, false);}
     else {window.attachEvent('onload', _onload)}
}());
</script>

{primary} Adroll Adv Id
WYJD6WNIAJC2XG6PT7UK4B
Adroll Pix Id
6UUA5LKILFESVE44XH6SVX