Hello!
I have a problem related to double calling the mt() tag using Google Tag Manager.
The first tag ( mt(‘send’, ‘pageview’) ) is set for all subpages of the site (as default).
However, I have additional tags that are triggered when filling out a form, for example. GTM reads the form content and sends the data to Mautic.
mt(‘send’, ‘pageview’, {email: ‘my@email.com’));
In this case, however, the PageView event is sent twice. That means in Mautic all visits are doubled.
Is it possible to send another second TAG such as “Event”?
Thanks for a help!
Rad