mib200 / vue-gtm

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

Fix multiple inclusion #40

Closed zsavajji closed 5 years ago

zsavajji commented 5 years ago

When used in combination with Nuxt on multiple layouts the GTM tag gets included multiple times. The getElementsByName check retrieves all elements with [name='script'] which is incorrect. Let's get all script tags and check their source.

mib200 commented 5 years ago

new build released