gatsby-plugin-drip

1.0.0 • Public • Published

gatsby-plugin-drip

Plugin that allows you to run Drip campaigns on your GatsbyJS powered website

Based off https://github.com/gabeskipio/gatsby-plugin-facebook-pixel

Install

yarn add gatsby-plugin-drip or npm install gatsby-plugin-drip

Usage

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-drip`,
    options: {
      accountId: 'drip account id',
    },
  },
]

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-plugin-drip

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.42 kB

Total Files

7

Last publish

Collaborators

  • nsamala