Hi, in sessions log I see that add_to_cart fires 2 times for the same product.
Please tak a look at screen.
How can I fix that?
Hi, in sessions log I see that add_to_cart fires 2 times for the same product.
Please tak a look at screen.
How can I fix that?
Hi Wojtek,
How did you set up order tracking? If through tag manager I would check what would have to happen for the tag to fire two consecutive times. If you’re using data layer it could be the case that someone clicked two times on an action that added a data layer event, but maybe one click results in two data layer events, then you would have to check why two data layer events are fired (most likely outside of Piwik pro issue)
Best,
Oliwer
Hi Oliwer
thanks for your answer. I checked in debug mode and yes, one click results two data layer events. So I need to fix it outside piwik. Thank you