Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-plugin-gosquared

Simple plugin to add your GoSquared tracking snippet to a Gatsby site.

Install

  • yarn add gatsby-plugin-gosquared
  • or npm install --save gatsby-plugin-gosquared

Usage

In your gatsby-config.js file:

plugins: [
  {
    resolve: `gatsby-plugin-gosquared`,
    options: {
      token: 'GSN-123456-A',
    },
  },
]
© 2023 Gatsby, Inc.