-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hello everyone, lately I have been reciving a lot of errors from google analitycs about "(not set)" pages. I am using @nuxtjs/google-gtag 1.0.4
and this is my config:
modules: [
[
'@nuxtjs/google-gtag',
{
id: process.env.GOOGLE_ANALYTICS_ID,
config: {
send_page_view: false // if true, double hit is sent
}
}
]
]
My events are simple as well
this.$gtag('event', 'play', {
event_category: 'welcome_video',
event_label: '[play icon]'
})
Is it a problem with nuxtjs/google-gtag library or am I wrong?
Metadata
Metadata
Assignees
Labels
No labels