轻量级谷歌分析记录页面浏览量、网站搜索、滚动和文件下载,而无需加载官方笨重的跟踪库。
成为我们的资助者或赞助商,以支持我们的工作。
Module | github.com/hugomods/minimal-google-analytics |
---|---|
Stats |
1module:
2 imports:
3 - path: github.com/hugomods/minimal-google-analytics
1[module]
2 [[module.imports]]
3 path = 'github.com/hugomods/minimal-google-analytics'
1{
2 "module": {
3 "imports": [
4 {
5 "path": "github.com/hugomods/minimal-google-analytics"
6 }
7 ]
8 }
9}
注意
1<head>
2 {{ partialCached "hugomods/minimal-google-analytics/index" . .Params.analyze }}
3</head>
services.googleAnalytics.ID
名称 | 上下文 | 类型 | 必填 | 默认值 | 版本 | 示例 |
---|---|---|---|---|---|---|
services.googleAnalytics.ID | - | string | - | - | - | G-XXXXXXXX |
衡量 ID。
hugo.yaml
1services:
2 googleAnalytics:
3 ID: G-XXXXXXXXXX
hugo.toml
1[services]
2 [services.googleAnalytics]
3 ID = 'G-XXXXXXXXXX'
hugo.json
1{
2 "services": {
3 "googleAnalytics": {
4 "ID": "G-XXXXXXXXXX"
5 }
6 }
7}
analyze
名称 | 上下文 | 类型 | 必填 | 默认值 | 版本 | 示例 |
---|---|---|---|---|---|---|
analyze | - | boolean | - | true | - | - |
为 false
时,不追踪当前页。