nuxt-community / gtm-module

Google Tag Manager Module for Nuxt.js
MIT License
327 stars 70 forks source link

Events multiplied by 20 in Google Analytics #157

Open closerdesign opened 1 year ago

closerdesign commented 1 year ago

Hey guys. Thanks for the hard work.

Just wondering if any of you have had an issue where you see the events in GA4 multiplied by 20. It is happening with several of my websites.

Thanks for your help!

closerdesign commented 1 year ago

So. I would like to add a little bit more color to this. This morning I tested a new site and the event is being sent 11 times. So it is not necessarily multiplied by 20, but it is multiplied.

I am sending the event by using this.$gtm.push({ event: 'Lead' });

orvn commented 1 year ago

I'm having the exact same issue. In many cases it's a multiple of 20 as seen in the screenshot below which tracks real-time conversions.

In other cases it's a multiple of something else, and in some cases, it's not a multiple at all. IMO this is currently the largest and most problematic bug with this module.

scrn 2023-04-25 at 8 28 26 AM