1.0.4 • Published 3 years ago

gatsby-plugin-hardal v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago