Skip to content

Spree Events Tracker is a spree extension used to track various user activities. This extension can be used to track 1) Keywords searched by User 2) Products detail page and other pages visited by User 3) Product added/removed/updated to cart 4) Checkout flow during completion of an order

License

Notifications You must be signed in to change notification settings

cookieshq/spree_events_tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpreeEventsTracker

Spree Events Tracker is a spree extension used to track various user activities. This extension can be used to track

  1. Keywords searched by User
  2. Products detail page and other pages visited by User
  3. Product added/removed/updated to cart
  4. Checkout flow during completion of an order

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_events_tracker', github: 'vinsol-spree-contrib/spree_events_tracker'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_events_tracker:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Testing

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

Credits

vinsol.com: Ruby on Rails, iOS and Android developers

Copyright (c) 2016 vinsol.com, released under the New MIT License

About

Spree Events Tracker is a spree extension used to track various user activities. This extension can be used to track 1) Keywords searched by User 2) Products detail page and other pages visited by User 3) Product added/removed/updated to cart 4) Checkout flow during completion of an order

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 98.4%
  • Other 1.6%