react-adroll
v0.1.7
Published
Adroll Events for React
Maintainers
Readme
react-adroll
React JS wrapper for Adroll Pixell
Install
npm install react-adrollor
yarn add react-adrollHow to use
import ReactAdroll from 'react-adroll';
ReactAdroll.init('yourPixelIdGoesHere', 'yourAdvIdGoesHere', (debug = false));
ReactAdroll.recordUser('event_segment_id');Dev Server
npm run startDefault dev server runs at localost:8080 in browser. You can set IP and PORT in webpack.config.dev.js
Production Bundle
npm run bundle