Spree Extension for robust analytics tailored for ecommerce merchants.
Provides a transparent view into your store performance so that you can make better-informed decisions to increase your revenues. Tracks metrics that are relevant and actionable for store managers, not web masters. Key information like trending products, revenue per customer, etc., can be easily compiled because of the deep integration with Spree
- add spree_analytics to your gemfile
gem 'spree_analytics', :git => "[email protected]:spree/spree_analytics.git"
- create an initializer file in config/initializers/spree_analytics.rb
SpreeAnalytics.app_id = <APP_ID>
SpreeAnalytics.site_id = <SITE_ID>
SpreeAnalytics.token = "<TOKEN>"
Note: the spec/dummy/config/routes.rb file gets created with an incorrect engine name. It should be SpreeAnalytics::Engine.
Be sure to add the rspec-rails gem to your Gemfile and then create a dummy test app for the specs to run against.
$ bundle exec rake test_app
$ bundle exec rake spec
Copyright (c) 2011 Spree Commerce