Spree Events Tracker is a spree extension used to track various user activities. This extension can be used to track
- Keywords searched by User
- Products detail page and other pages visited by User
- Product added/removed/updated to cart
- Checkout flow during completion of an order
- Add this extension to your Gemfile with this line:
gem 'spree_events_tracker'
- Install the gem using Bundler:
bundle install
- Copy & run migrations
bundle exec rails g spree_events_tracker:install
- Restart your server
If your server was running, restart it so that it can find the assets properly.
First bundle your dependencies, then run rake
. rake
will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rspec spec
Copyright (c) 2017 vinsol.com, released under the New MIT License