欢迎访问 baidu-tongji-with-multiple-channel 官网 👋
Gitbook 百度统计插件,支持多渠道独立统计,一份源码多处部署独立统计.
主页
🏠- Github : https://snowdreams1006.github.io/gitbook-plugin-baidu-tongji-with-multiple-channel/
- GitLab: https://snowdreams1006.gitlab.io/gitbook-plugin-baidu-tongji-with-multiple-channel/
- Gitee : https://snowdreams1006.gitee.io/gitbook-plugin-baidu-tongji-with-multiple-channel/
预览
用法
效果
<script src="https://hm.baidu.com/hm.js?5273b2f99de3bc190886abb53f62267e"></script>
用法
book.json
文件
步骤#1-更新 在您的 gitbook
的 book.json
文件中,将 baidu-tongji-with-multiple-channel
添加到 plugins
列表中.
这是最简单的示例:
此外,受支持的配置选项如下:
"gitbook":
gitbook
命令
步骤#2- 运行 - 运行
gitbook install
.它将自动为您的gitbook
安装baidu-tongji-with-multiple-channel
插件.
该步骤仅需要允许一次即可.
gitbook install
或者您可以运行 npm install gitbook-plugin-baidu-tongji-with-multiple-channel
命令本地安装 gitbook-plugin-baidu-tongji-with-multiple-channel
插件.
npm install gitbook-plugin-baidu-tongji-with-multiple-channel
- 像往常一样构建您的书(
gitbook build
)或服务(gitbook serve
).
gitbook serve
步骤#3- 验证是否注入百度统计代码
上传网站后访问网站首页检查是否自动注入百度统计脚本文件,也在百度统计后台检测是否配置成功.
<script src="https://hm.baidu.com/hm.js?5273b2f99de3bc190886abb53f62267e"></script>
申请
步骤#1- 注册百度统计网站
登录百度统计官网,注册或者登录百度统计后台,点击新增网站并填写网站相关信息.
名称 | 示例 | 备注 |
---|---|---|
网站域名 | snowdreams1006.github.io |
支持主域名,二级域名,子目录和wap站域名 |
网站首页 | https://snowdreams1006.github.io/ |
必选 |
网站名称 | 雪之梦技术驿站 | 可选 |
行业类别 | 博客-教育 | 可选 |
步骤#2 - 获取百度统计代码
新增网站成功后,点击代码获取,复制统计代码脚本如下:
var _hmt = _hmt || ; { var hm = document; hmsrc = "https://hm.baidu.com/hm.js?5273b2f99de3bc190886abb53f62267e"; var s = document0; sparentNode;};
名称 | 示例 | 备注 |
---|---|---|
源地址 | https://hm.baidu.com/hm.js?5273b2f99de3bc190886abb53f62267e |
统计脚本地址 |
url | https://hm.baidu.com/hm.js |
每个网站的值相同 |
token | 5273b2f99de3bc190886abb53f62267e |
每个网站的值不同 |
步骤#3- 填写百度统计配置
复制刚刚申请的 token
以及 url
填写到 book.json
配置文件中,按照实际情况填写百度统计配置信息.
- 单渠道配置仅仅需要填写
token
的值即可,其余选项可选.
"baidu-tongji-with-multiple-channel":
- 多渠道除了需要填写网站域名对应的
token
的值,还需要填写百度统计url
.
"baidu-tongji-with-multiple-channel":
示例
- 官方文档配置文件
- 官方示例配置文件
注意 :如果您的书还没有创建,以上代码段可以用作完整的 book.json
文件.
致谢
- baidu + cnzz + google analytics for gitbook plugin . : https://github.com/xzghua/gitbook-plugin-statistics
- GitBook 插件:百度统计 : https://github.com/huisman6/gitbook-plugin-baidu-tongji
作者
👤 snowdreams1006
- 网站 : snowdreams1006.tech
- GitHub : @snowdreams1006
- 电子邮件 : snowdreams1006@163.com
贡献
欢迎贡献问题和功能需求,随时检查问题页面 .
支持
如果这个项目对您有帮助,请给个星星 !
版权
版权所有©2019 snowdreams1006.
该项目是MIT许可的.