2018-10-17 04:51:09 +00:00
|
|
|
title: Site Analytics Plugin
|
|
|
|
date: 2018-01-01
|
|
|
|
categories:
|
2018-10-24 04:22:46 +00:00
|
|
|
- Plugins
|
|
|
|
- General
|
2018-10-17 04:51:09 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
### Google Analytics
|
|
|
|
|
|
|
|
[Installation instructions](https://analytics.google.com/analytics/web)
|
|
|
|
|
|
|
|
{% codeblock lang:yaml _config.yml %}
|
|
|
|
plugins:
|
|
|
|
google-analytics:
|
|
|
|
tracking_id: XXXXXX (required)
|
|
|
|
{% endcodeblock %}
|
|
|
|
|
|
|
|
### Baidu Analytics
|
|
|
|
|
|
|
|
[Installation instructions](https://tongji.baidu.com/web/welcome/login)
|
|
|
|
|
|
|
|
{% codeblock lang:yaml _config.yml %}
|
|
|
|
plugins:
|
|
|
|
baidu-analytics:
|
|
|
|
tracking_id: XXXXXX (required)
|
|
|
|
{% endcodeblock %}
|