Categories: None [Edit]
spree_piwik
SpreePiwik
==========
Adds piwik tracking with Ecommerce tracking
Status
------
[![Build Status](https://travis-ci.org/berkes/spree_piwik.svg?branch=develop)](https://travis-ci.org/berkes/spree_piwik)
[![Code Climate](https://codeclimate.com/github/berkes/spree_piwik/badges/gpa.svg)](https://codeclimate.com/github/berkes/spree_piwik)
Installation
------------
Add spree_piwik to your Gemfile:
```ruby
gem 'spree_piwik'
```
Bundle your dependencies and run the installation generator:
```shell
bundle
bundle exec rails g spree_piwik:install
```
Add your Piwik URL and site-id to the `config/initializers/spree_piwik.rb`
For example:
```ruby
Spree::Piwik::Config[:piwik_url] = "piwik.example.com"
Spree::Piwik::Config[:piwik_id] = 1337
```
Will use http(s)://piwik.example.com/ as url for your Piwik. And track
stats for the site that has the id 1337 in Piwik.
Screenshot
----------
![Screenshot of the Ecommerce functionality in action with this extension](doc/spree_piwik.png).
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`.
```shell
bundle
bundle exec rake
```
When testing your applications integration with this extension you may use it's factories.
Simply add this require statement to your spec_helper:
License
-------
SpreePiwik is released under the [New BSD License](https://github.com/spree/spree/blob/master/license.md) similar to Spree.
Total
Ranking: 97,053 of 183,107
Downloads: 7,613
Daily
Ranking: 42,025 of 183,092
Downloads: 2
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
99 | 348,223,614 | simplecov |
116 | 294,635,586 | rspec-rails |
137 | 256,382,381 | capybara |
139 | 254,655,518 | sass-rails |
140 | 254,627,424 | selenium-webdriver |
165 | 219,328,261 | launchy |
174 | 208,387,686 | coffee-rails |
199 | 180,320,372 | database_cleaner |
253 | 141,523,763 | sqlite3 |
348 | 103,363,449 | spring-commands-rspec |
643 | 66,530,423 | factory_girl |
738 | 57,751,129 | therubyracer |
760 | 55,316,440 | ffaker |
2,665 | 5,169,999 | rkelly-remix |
3,641 | 2,464,985 | spree_core |
Owners
# | Gravatar | Handle |
---|---|---|
1 | berkes |