You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag manager would show null instead of the tag ID and I wouldn't get any events. Using vue-gtag@^1.10.0 (this is what this plugin currently depends on, as of writing, this resolves to 1.16.1) directly works, however, leading me to believe that this plugin needs some sort of update.
Here's how I went about using vue-gtag directly (in main.js):
importVueGtagfrom"vue-gtag";// …Vue.use(VueGtag,{config: {id: 'G-XXXXXXXXXX',}})// “inspired” by https://matteo-gabriele.gitbook.io/vue-gtag/
The text was updated successfully, but these errors were encountered:
Tag manager would show null instead of the tag ID and I wouldn't get any events. Using
vue-gtag@^1.10.0
(this is what this plugin currently depends on, as of writing, this resolves to1.16.1
) directly works, however, leading me to believe that this plugin needs some sort of update.Here's how I went about using
vue-gtag
directly (inmain.js
):The text was updated successfully, but these errors were encountered: