gatsby-plugin-salesloft-tracker
Easily add Salesloft tracker to your Gatsby site.
Install
yarn add gatsby-plugin-salesloft-tracker
How to use
plugins: [
{
resolve: `gatsby-plugin-salesloft-tracker`,
options: {
salesloftTrackerId: 'Salesloft tracker id here',
},
},
]