Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zerosoul/gatsby-plugin-baidu-analytics
biadu analytics for gatsby site
https://github.com/zerosoul/gatsby-plugin-baidu-analytics
baidu gatsby gatsby-plugin npm-package seo-tools
Last synced: 3 months ago
JSON representation
biadu analytics for gatsby site
- Host: GitHub
- URL: https://github.com/zerosoul/gatsby-plugin-baidu-analytics
- Owner: zerosoul
- License: mit
- Created: 2018-07-17T09:11:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T22:22:31.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T22:57:02.677Z (3 months ago)
- Topics: baidu, gatsby, gatsby-plugin, npm-package, seo-tools
- Language: JavaScript
- Size: 486 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gatsby-plugin-baidu-analytics
Easily add Baidu Analytics to your Gatsby site.## Install
`npm install --save gatsby-plugin-baidu-analytics`
## How to use in gatsby
```javascript
// gatsby-config.js
plugins: [
.
.
.
{
resolve: `gatsby-plugin-baidu-analytics`,
options: {
// baidu analytics siteId
siteId: "YOUR_BAIDU_ANALYTICS_SITE_ID",
// Put analytics script in the head instead of the body [default:false]
head: false,
},
},
.
.
.
];
```## How to get the `siteId`
![get the siteId screen shoot](get.site.id.tip.png)