Magento 1.9 – Fix Google Analytics Ecommerce Tracking Not Working

google analyticsgoogle apimagento-1.9

Orders not tracked in Google analytics, otherwise the number of visitors is tracked. Note that:

  1. E-commerce enabled in ga account
  2. Google API enabled + tracking code in place
  3. I tried to implement js tracking code manually in success page as following https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce#example
  4. I'm testing with checkmo method in order to get native Magento behaviour but nothing works

Am I missing something? any ideas how to solve this problem?

Best Answer

Got it , it was a conflict with payment method module (klarna 5.2) which override block/ga.php. just some xml configuration solve the problem or upgrade to klarna 5.3. Now it's working!

Related Topic