Jump to content

Edit History

etsmes

etsmes

Hi,

Other pages, for example the product page, load GoogleAnalyticEnhancedECommerce properties

 document.addEventListener('DOMContentLoaded', function() {
            if (typeof GoogleAnalyticEnhancedECommerce !== 'undefined') {
                var MBG = GoogleAnalyticEnhancedECommerce;
                MBG.setCurrency('EUR');
                MBG.addProductDetailView(.....

But on the order page  GoogleAnalyticEnhancedECommerce doesn't show up anywhere in the source code.

Thank you!

etsmes

etsmes

Hi,

Other pages, for example the product page, load GoogleAnalyticEnhancedECommerce properties

 document.addEventListener('DOMContentLoaded', function() {
            if (typeof GoogleAnalyticEnhancedECommerce !== 'undefined') {
                var MBG = GoogleAnalyticEnhancedECommerce;
                MBG.setCurrency('EUR');
                MBG.addProductDetailView(.....

But on the checkout page GoogleAnalyticEnhancedECommerce doesn't show up anywhere in the source code.

Thank you!

×
×
  • Create New...