Categories: None [Edit]
spree_piwik
SpreePiwik
==========
Adds piwik tracking with Ecommerce tracking
Status
------
[](https://travis-ci.org/berkes/spree_piwik)
[](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
----------
.
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,722 of 192,213
Downloads: 8,617
Daily
Ranking: 77,791 of 192,186
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 | 461,135,643 | simplecov |
| 122 | 380,631,178 | rspec-rails |
| 141 | 336,588,756 | capybara |
| 142 | 335,682,904 | selenium-webdriver |
| 176 | 284,996,598 | sass-rails |
| 178 | 281,648,458 | launchy |
| 215 | 229,693,289 | coffee-rails |
| 234 | 208,213,142 | database_cleaner |
| 280 | 179,869,073 | sqlite3 |
| 375 | 129,645,128 | spring-commands-rspec |
| 769 | 70,884,070 | ffaker |
| 773 | 70,495,643 | factory_girl |
| 873 | 59,127,913 | therubyracer |
| 2,845 | 6,203,285 | rkelly-remix |
| 3,904 | 2,832,451 | spree_core |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | berkes |