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
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
}
}
]
]
@MackYoel is the gtm-module the replacement for google-gtag? Are you using library instead? I noticed in the gtm-module you it says to put id: GTM-XXXXXXX, what is this id? Is it the adwords ID AW-XXXXXXXXX?
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:My events are simple as well
Is it a problem with nuxtjs/google-gtag library or am I wrong?
The text was updated successfully, but these errors were encountered: