1.0.1 • Published 4 years ago

gatsby-plugin-snowplow-tracker v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Install

$ npm install --save gatsby-plugin-snowplow-tracker
# or
$ yarn add gatsby-plugin-snowplow-tracker

Usage

{
  resolve: "gatsby-plugin-snowplow-tracker",
  options: {
    snippetHost: "//d1fc8wv8zag5ca.cloudfront.net",
    snippetVersion: "2.10.2",
    namespace: "myCollector",
    collectorUri: "collector-url.example.com",
    config: {
      appId: "myAppId"
    }
  }
}