vue-gtag: Plugin not sending any data to Google
I’ve got the latest version of Vue Gtag 1.10.0, and for some reason it’s not sending any page view events or nothing to Google. Why is this?
import VueGtag from 'vue-gtag'
Vue.use(VueGtag, {
config: {
id: 'UA-91198233-2'
}
})
My config remains unchanged, Vue 2 project
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 15 (2 by maintainers)
Same Problem, params send_page_view: true is not helping at all
If you add send_page_view param, it’ll be work.
I have a similar issue. I have the initial page view showing but no pageview event in the Google Analytics dashboard. I have many page_view events in window.dataLayer array when checking window object.
do you see
page_view
event inwindow.dataLayer
?