//analytics-modulebyaldarund

analytics-module

Google Analytics Module

0
0
0
JavaScript

Google Analytics

npm (scoped with tag)
npm
CircleCI
Codecov
Dependencies

js-standard-style

Google Analytics integration for Nuxt.js with vue-analytics

📖 Release Notesundefined

Setup

  • Add @nuxtjs/google-analytics dependency using yarn or npm to your project
  • Add @nuxtjs/google-analytics to modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    ['@nuxtjs/google-analytics', {
      id: 'UA-12301-2'
    }]
 ]
}

using top level options

{
  modules: [
    ['@nuxtjs/google-analytics']
  ],
 
 'google-analytics': {
    id: 'UA-12301-2'
  }
}

Usage

Click here for all options and features of vue-analytics

Differences between vue-analytics and the Nuxt.js implementation:

  • The router instance is already added out of the box (read here if you need to disable it)
  • The id and ua properties have the exact same behaviour. The ua property has been added for backwards compatibily with previous releases

License

MIT License

Copyright © -

[beta]v0.14.0