• @vuepress/plugin-google-analytics
    • 安装
    • 使用
    • 选项
      • ga

    @vuepress/plugin-google-analytics

    Google analytics 插件

    安装

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

    使用

    1. module.exports = {
    2. plugins: [
    3. [
    4. '@vuepress/google-analytics',
    5. {
    6. 'ga': '' // UA-00000000-0
    7. }
    8. ]
    9. ]
    10. }

    提示

    请留意 GDPR (2018年欧盟数据保护规则改革), 在合适或者需要的情况下,考虑将 Google Analytics 设置为匿名化的 IP

    选项

    ga

    • 类型: string
    • 默认值: undefined提供 Google Analytics ID 以启用集成。