https://github.com/wingify/vwo-mixpanel-integration
This plugin allows to send VWO data to Mixpanel using mixpanel-browser.
https://github.com/wingify/vwo-mixpanel-integration
Last synced: about 2 months ago
JSON representation
This plugin allows to send VWO data to Mixpanel using mixpanel-browser.
- Host: GitHub
- URL: https://github.com/wingify/vwo-mixpanel-integration
- Owner: wingify
- License: apache-2.0
- Created: 2024-03-13T12:43:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-07T08:01:05.000Z (3 months ago)
- Last Synced: 2026-04-22T04:15:45.994Z (2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/vwo-mixpanel-integration
- Size: 20.5 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# VWO Mixpanel Integration plugin
This plugin allows to send VWO data to Mixpanel using `mixpanel-browser`.
## Package Installation
For NodeJs/JavasScript SDK
```bash
# via npm
npm install vwo-mixpanel-integration
# via yarn
yarn add vwo-mixpanel-integration
```
## Usage
This plugin works with Mixpanel's `mixpanel-browser` libraries.
Initialize VWOMixpanelPlugin with your mixpanel Instance:
**In your App.js file**
```js
import mixpanel from 'mixpanel-browser';
import VWOMixpanelPlugin from 'vwo-mixpanel-integration';
mixpanel.init(API_KEY, {
// optional configuration options
});
VWOMixpanelPlugin(mixpanel);
```
For more details around `mixpanel-browser` plugin, refer to this [document](https://www.npmjs.com/package/mixpanel-browser)
Ensure that the code is rendered and executed exclusively on the client side, as this plugin is designed for client-side functionality only.
## Code of Conduct
[Code of Conduct](https://github.com/wingify/vwo-mixpanel-integration/blob/master/CODE_OF_CONDUCT.md)
## License
[Apache License, Version 2.0](https://github.com/wingify/vwo-mixpanel-integration/blob/master/LICENSE)
Copyright 2024 Wingify Software Pvt. Ltd.