Skip to content

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

License

Notifications You must be signed in to change notification settings

intentfulmotion/gatsby-plugin-drip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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',
    },
  },
]

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published