27 lines
538 B
Markdown
27 lines
538 B
Markdown
![]() |
title: Site Analytics Plugin
|
||
|
date: 2018-01-01
|
||
|
categories:
|
||
|
- Configuration
|
||
|
- Other Plugins
|
||
|
---
|
||
|
|
||
|
### 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 %}
|