crm icon indicating copy to clipboard operation
crm copied to clipboard

Event URL Not Converted for Tracking (problem after configure tracking code)

Open albertusatria opened this issue 7 years ago • 0 comments

Hi,

I just finish up configuring ORO Tracking on Magento 1.9.1.0 site, the result is good every activities logged. But somehow the URLs are not converted successfully, kindly see my screenshot below :

general - tracking websites - marketing 2017-05-17 15-52-28

I'm using this article as reference : https://www.orocrm.com/documentation/2.0/user-guide-roles/marketing-tools/marketing-tracking-website-records

This the script that I used on the site :

    var _paq = _paq || [];
    _paq.push(['setUserId', "id=guest; visitor-id=51"]);
    _paq.push(['setConversionAttributionFirstReferrer', false]);
    _paq.push(['trackPageView']);

    (function() {
        var u=(("https:" == document.location.protocol) ? "https" : "http") + "://" + "dannmar.oro-cloud.com" + "/";
        _paq.push(['setTrackerUrl', u+'tracking.php']);
        _paq.push(['setSiteId', 'GESUSA']);
        var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
        g.defer=true; g.async=true; g.src=u+'bundles/orotracking/js/piwik.min.js'; s.parentNode.insertBefore(g,s);
    })();

Am I missing somehing?

albertusatria avatar May 17 '17 08:05 albertusatria