gatsby-plugin-salesloft-tracker
v1.0.1
Published
Gatsby Plugin to add Salesloft tracker Id to your site.
Downloads
1
Maintainers
Readme
gatsby-plugin-salesloft-tracker
Easily add Salesloft tracker to your Gatsby site.
Install
yarn add gatsby-plugin-salesloft-tracker
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-salesloft-tracker`,
options: {
salesloftTrackerId: 'Salesloft tracker id here',
},
},
]