nuxt-community / google-gtag-module

Enable google gtagjs for NuxtJs
MIT License
145 stars 29 forks source link

Partytown implementation #53

Open andrevferreiraa opened 2 years ago

andrevferreiraa commented 2 years ago

Any idea how to implement @nuxtjs/partytown with this module?

harsh253 commented 2 years ago

Tried to implement what is mentioned at here - https://partytown.builder.io/nuxt but looks like we don't have the support to add/edit type attribute to script tag.

For letting partytown handle the gtag, we need to somehow add type="text/partytown" to the script tag for gtag

harsh253 commented 2 years ago

Also @andrevferreiraa if you look at line 38 at https://github.com/nuxt-community/google-gtag-module/blob/master/lib/module.js , it looks like the module is directly adding script tag to the head along with async option.