Fix Google Analytics Tracking Issue in Magento 1.9 E-commerce

checkoutgoogle analyticsgoogle apimagento-1.9onepage-checkout

I try to track the sold products in Google Analytics. But none of the sales show up in the e-commerce overview in Analytics. But visits are tracked.

The code is added in configuration - > google api. and e-commerce is enabled in analytics. For checkout we are using the iwd one page checkout module.

Anyone knows what could be the problem?

Best Answer

Magento Google API does not support e-commerce tracking out of the box.

You will have to use a 3rd party module in order to track the ecommerce data.

From my experience I have used this module in the past and it worked fine for me you could give it a try: https://www.magentocommerce.com/magento-connect/google-universal-analytics-1.html

On top of that, the fact that you're using a custom OPC module will probably lead you to modify the Google module in order to track the data properly.

Related Topic