Comment to 'SOLVED: Can’t insert code in head section with injections in Designer'
  • Sure. It a pixel code for an advertising system. Here it is

    <script type="text/javascript">

        adroll_adv_id = "HYRPSHBSNVDRZGCZ6O32LT";

        adroll_pix_id = "MF5SIIMG6VEGLPSP53EDYE";

        adroll_version = "2.0";

        (function(w, d, e, o, a) {

            w.__adroll_loaded = true;

            w.adroll = w.adroll || [];

            w.adroll.f = [ 'setProperties', 'identify', 'track' ];

            var roundtripUrl = "https://s.adroll.com/j/" + adroll_adv_id

                    + "/roundtrip.js";

            for (a = 0; a < w.adroll.f.length; a++) {

                w.adroll[w.adroll.f[a]] = w.adroll[w.adroll.f[a]] || (function(n) {

                    return function() {

                        w.adroll.push([ n, arguments ])

                    }

                })(w.adroll.f[a])

            }

            e = d.createElement('script');

            o = d.getElementsByTagName('script')[0];

            e.async = 1;

            e.src = roundtripUrl;

            o.parentNode.insertBefore(e, o);

        })(window, document);

        adroll.track("pageView");

    </script>