JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "adroll.blade.php"

Full Path: /home/markqprx/iniasli.pro/resources/views/pixels/adroll.blade.php
File size: 1.15 KB
MIME-type: text/html
Charset: utf-8

@section('head-end')
    <?php $parts = explode('/', $pixel->pixel_id) ?>
    <script type="text/javascript">
        adroll_adv_id = '{{$parts[0]}}';
        adroll_pix_id = '{{$parts[1]}}';
        (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>
@endsection