You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-pardot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-pardot

Gatsby plugin to add Pardot Analytics onto a site

1.0.0
latest
npmnpm
Version published
Maintainers
1
Created
Source

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

Keywords

gatsby

FAQs

Package last updated on 31 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts