Skip to content

geraldyeo/gatsby-plugin-snowplow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-plugin-snowplow

Gatsby plugin to add Snowplow tracker to your site.

Install

npm install --save gatsby-plugin-snowplow or

yarn add gatsby-plugin-snowplow

How to use

// In your gatsby-config.js
plugins: [
	{
		resolve: "gatsby-plugin-snowplow",
		options: {
			hostname: "//d1fc8wv8zag5ca.cloudfront.net",
			version: "2.9.0",
			namespace: "cf",
			collector: "d3rkrsqld9gmqf.cloudfront.net",
			config: {
				appId: "cfe23a",
  			platform: "mob"
			}
		}
	}
]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published