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
And this event works correctly for UA-XXXXXXXXX-X key works perfectly fine. However, when I have migrated to G-XXXXXXXXXX, events have stopped firing. Worth to mention, that page views are registered correctly for both keys.
vue-gtag setup looks like this
import Vue from "vue"
import VueGtag from "vue-gtag"
import router from "@/router"
Vue.use(VueGtag, {
config: {
id: "G-**********",
}
}, router)
I have switched to this library, since it was mentioned, that this lib works with GA-4 keys and supports Vue 2. Could you give me a hint, what should I do to fix this issue?
The text was updated successfully, but these errors were encountered:
Environment *
npm ls vue-gtag
:└── vue-gtag@1.16.0
npm ls vue
:└── vue@2.7.10 dedupedThen, specify:
MacOs Monterey 12.5
Google Chrome Version 106.0.5249.119
Description *
Event is not fired into google analytics for Google Analytics GA-4
I have an event, which is set up in vuex store and fired after user login. Code looks like this
And this event works correctly for UA-XXXXXXXXX-X key works perfectly fine. However, when I have migrated to G-XXXXXXXXXX, events have stopped firing. Worth to mention, that page views are registered correctly for both keys.
vue-gtag setup looks like this
I have switched to this library, since it was mentioned, that this lib works with GA-4 keys and supports Vue 2. Could you give me a hint, what should I do to fix this issue?
The text was updated successfully, but these errors were encountered: