Multiple pixels using Nuxt Scripts
We are currently working with a external marketing team that asks from us to also setup their google tag (and meta) tag on our website.
I currently have something like this in the app.vue file:
I can see that they are both installed and I can send custom events to either one of these but the automatic pageview event is only send to one gtag id.
I would however like to automatically send the pageview events to both tags. How can I achieve this? Thanks in advance!
I currently have something like this in the app.vue file:
I can see that they are both installed and I can send custom events to either one of these but the automatic pageview event is only send to one gtag id.
I would however like to automatically send the pageview events to both tags. How can I achieve this? Thanks in advance!