mib200 / vue-gtm

Simple implementation of Google Tag Manager in Vue.js 2.0
Apache License 2.0
242 stars 85 forks source link

Multiple installations of google tag manager detected #47

Closed makeupsomething closed 5 years ago

makeupsomething commented 5 years ago

When I analyse my site using Google Tag Assistant browser extension I get a warning saying

multiple installations of google tag manager detected

I am wondering if anyone else has seen this issue? I am not sure if it is a problem with vue-gtm or with Google Tag Assistant

dshrestha06 commented 5 years ago

We are running into this issue as well. hasScript in utils.js always returns false. document.getElementsByName('script') needs to be changed to document.getElementsByTagName('script')

qus1225 commented 5 years ago

I am running into this issue, too