nuxt-community / google-gtag-module

Enable google gtagjs for NuxtJs
MIT License
145 stars 29 forks source link

Page not tracked with nuxt-link to #15

Closed RobinV91nl closed 4 years ago

RobinV91nl commented 4 years ago

When I install this within my Vue project and add it to the nuxt.config file. It doesn't send the event of a pageview when I click on a nuxt-link. Even when i send the send_page_view within the config on true or when I put the debug on false.

dohomi commented 4 years ago

@RobinV91nl please use following approach, that should be bullet proof: https://github.com/nuxt-community/google-gtag#to-make-sure-that-every-page-is-tracked-correctly Re-open if you still have issues