1.0.13 • Published 4 years ago

gatsby-plugin-cnzz v1.0.13

Weekly downloads
7
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.12

4 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.7-2

5 years ago

1.0.7-1

5 years ago

1.0.7-0

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago