1.0.4 • Published 1 year ago

gatsby-plugin-hardal v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Hardal for Gatsby

License: GPL v3 version

An official plugin to add the Hardal tracking snippet to your Gatsby site.

Install

npm install --save gatsby-plugin-hardal

or

yarn add gatsby-plugin-hardal

How to use

// In your gatsby-config.js

plugins: [
  {
    resolve: `gatsby-plugin-hardal`,
    options: {
      websiteId: "<PASTE_YOUR_WEBSITE_ID>",
      srcUrl: "https://app.usehardal.com/hardal.js",
      includeInDevelopment: true,
      autoTrack: true,
      builtInEvents: false, // get your built-in events like scroll, rage click, etc.
      respectDoNotTrack: true,
      eventModel: "web2" // web3 is coming soon!
    }
  }
];
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago