Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-gauges

Easily add Gauges analytics to your Gatsby site.

Install

npm install gatsby-plugin-gauges

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-gauges`,
    options: {
      siteId: 'YOUR_GAUGES_SITE_ID',
    },
  },
]
© 2023 Gatsby, Inc.