Netlify announces the next evolution of Gatsby Cloud. Learn more
Easily add Metricool to your Gatsby site.
yarn add gatsby-plugin-metricool
// In your gatsby-config.js plugins: [ { resolve: `gatsby-plugin-metricool`, options: { metricoolId: 'metricool id here', }, }, ]