@vuepress/plugin-google-analytics

Google analytics plugin

Install

yarn add -D @vuepress/plugin-google-analytics@next
# OR npm install -D @vuepress/plugin-google-analytics@next

Usage

module.exports = {
  plugins: [
    [ 
      '@vuepress/google-analytics',
      {
        'ga': '' // UA-00000000-0
      }
    ]  
  ] 
}

Please be aware of GDPR (2018 reform of EU data protection rules) and consider setting Google Analytics to anonymize IPs where appropriate and/or needed.

Options

ga

  • Type: string
  • Default: undefined

Provide the Google Analytics ID to enable integration.