Skip to content

Wabber-BV/google-analytics-module

 
 

Repository files navigation

@nuxtjs/google-analytics

**⚠ WARNING: This package does not support GA4. **
This package currently only supports GA3/UA

@nuxtjs/google-analytics

npm version npm downloads Github Actions CI Codecov License

Google Analytics integration for Nuxt 2 using vue-analytics.

Nuxt 3

If you need Nuxt 3 support can use the alternative module nuxt-gtag.

Features

  • Automatic page tracking
  • Event batching
  • User timings
  • Screen view
  • Multiple domain ID
  • Automatic Google Analytics script loading
  • E-commerce support

📖  Read more

Contributing

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using yarn dev or npm run dev

What did i change in this fork?

asyncID now has 2 parameters, ctx and host.

License

MIT License

Copyright (c) Nuxt Community

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • Vue 5.9%