Community Plugin
View plugin on GitHubgatsby-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',
},
},
]