1.0.13 • Published 3 years ago

gatsby-plugin-cnzz v1.0.13

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

gatsby-plugin-cnzz

Add CNZZ Analytics to your Gatsby site.

npm npm

Install

npm install --save gatsby-plugin-cnzz

How to use in gatsby

// gatsby-config.js
plugins: [
  .
  .
  .
  {
    resolve: `gatsby-plugin-cnzz`,
    options: {
	    // cnzz analytics siteId
      siteId: "YOUR_CNZZ_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

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.7-2

4 years ago

1.0.7-1

4 years ago

1.0.7-0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago