Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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
    }
  }
];
© 2023 Gatsby, Inc.