gatsby-plugin-remarketer

0.0.3 • Public • Published

gatsby-plugin-remarketer

Loads various remarketing pixels for common services & fires tracking events.

Currently Supports: Twitter

Note: by default, tracking events are not fired during development. This behavior can be enabled by setting the debug property to true in your plugin config.

Install

npm install --save gatsby-plugin-remarketer

How to use

// in your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-remarketer`,
    options: {
      twitter: {
        siteId: `YOUR TWITTER SITE ID`
      },
      debug: false // optional; true fires events in 'development'
    }
  }
];

Package Sidebar

Install

npm i gatsby-plugin-remarketer

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

7.98 kB

Total Files

22

Last publish

Collaborators

  • fabulascode