1.0.4 • Published 2 years ago

gatsby-plugin-snowplow-bc v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

gatsby-plugin-snowplow

Gatsby plugin to add Snowplow tracker to your site.

Install

npm install --save gatsby-plugin-snowplow-bc or

yarn add gatsby-plugin-snowplow-bc

How to use

// In your gatsby-config.js
plugins: [
	{
		resolve: "gatsby-plugin-snowplow-bc",
		options: {
			host: "//host.cdn.net", //host for the sp.js
			namespace: "sp",
			collector: "//host.cdn.net", //host for the collector
			config: {
				appId: "myAppId",
			}
		}
	}
]
1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago