Comment to 'SOLVED: Can’t insert code in head section with injections in Designer'
  • What the code you try insert through Injections? Can you post code here and I try it on my own UNA installation?

    • 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>

      • I haven't any idia why it not work. I check that on my UNA and it work properly

        • Thank you very much for verifying