gatsby-plugin-pardot
v1.0.0
Published
Gatsby plugin to add Pardot Analytics onto a site
Downloads
4
Maintainers
Readme
gatsby-plugin-pardot
Easily add the Pardot analytics to your Gatsby site.
Install
npm install --save gatsby-plugin-pardot
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-plugin-pardot`,
options: {
piAId: 'YOUR_PIAID',
piCId: 'YOUR_PICID',
includeInDevelopment: false
}
}
];