Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-clicky

This plugin provides Clicky web analytics integration for your Gatsby website.

Install

npm install --save gatsby-plugin-clicky

Usage

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-clicky`,
      options: {
        siteId: 'YOUR_CLICKY_SITE_ID'
      }
    }
  ]
};
© 2023 Gatsby, Inc.