gatsby-plugin-pardot

1.0.0 • Public • Published

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
    }
  }
];

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i gatsby-plugin-pardot

    Weekly Downloads

    25

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.81 kB

    Total Files

    9

    Last publish

    Collaborators

    • tridiamond