Hi,
I have a matomo instance running where I defined several tags to track some events. I have multiple versions and now I modified some old tags and to my surprise I see the old tags being pushed in the network tab.
We have a nuxt project where we installed matomo and we need some attention on a specific button where I have to call manually _paq.push(“trackEvent”,…) which apparently is triggering twice the event.
My questions are:
- Why I see old tags being pushed in the events?
- What causes the trigger of pushing the same event twice with _paq.push(“trackEvent”)?
Thanks