1.0.0 • Published 1 year ago

vwo-snowplow-browser-tracker-plugin v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

VWO Snowplow Browser Tracker Plugin

This plugin allows to send VWO data to Snowplow using the Snowplow browser tracker - @snowplow/browser-tracker.

Package Installation

For NodeJs/JavasScript SDK

# via npm
npm install vwo-snowplow-browser-tracker-plugin

# via yarn
yarn add vwo-snowplow-browser-tracker-plugin

Usage

Initialize your tracker with the VWOPlugin:

import { newTracker } from '@snowplow/browser-tracker';
import { VWOPlugin } from 'vwo-snowplow-browser-tracker-plugin';

newTracker('sp1', '{{collector}}', { plugins: [ VWOPlugin() ] }); 

For more details around Snowplow browser tracker, refer to this document

Contributing

Please go through our contributing guidelines

Code of Conduct

Code of Conduct

License

Apache License, Version 2.0

Copyright 2021-2022 Wingify Software Pvt. Ltd.