Jump to content

Google Analytics - sessions with checkout not working


Recommended Posts

Hello,

 

URL: http://www.nummulit.com/

PrestaShop: 1.7.8.5

PHP: 7.3.33

Google Analytics: v4.1.2

 

I have configured the Google Analytics module in my store and it is not capable of collecting the data referring to sessions with checkout. I enclose a screenshot with the data it is currently collecting (curiously, it does collect completed purchases).

Do you know any solution?

Thank you very much,

 

 

funnel.JPG

Link to comment
Share on other sites

1 hour ago, DenaliShop said:

Could be as Analytics is being discontinued

 

Need to us GA4 now to track however not supported on Prestashop natively we had to buy a module to do this

No, it is not discontinued

Captura.PNG

Link to comment
Share on other sites

It looks like there is code to be developed in the module's GoogleAnalyticActionLib.js file

 

    addCheckout: function(Step) {
        ga('ec:setAction', 'checkout', {
            'step': Step
            //'option':'Visa'
        });
        ga('send', 'pageview');
    },

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...