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,715 of 187,967
Downloads: 8,290
Daily
Ranking: 67,446 of 187,960
Downloads: 6
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 | 429,127,084 | simplecov |
| 116 | 357,196,937 | rspec-rails |
| 136 | 316,806,862 | capybara |
| 138 | 314,899,714 | selenium-webdriver |
| 164 | 276,057,508 | sass-rails |
| 171 | 265,718,619 | launchy |
| 206 | 223,184,756 | coffee-rails |
| 224 | 199,317,933 | database_cleaner |
| 275 | 167,551,910 | sqlite3 |
| 357 | 124,392,874 | spring-commands-rspec |
| 751 | 68,970,757 | factory_girl |
| 759 | 68,373,453 | ffaker |
| 850 | 58,680,590 | therubyracer |
| 2,812 | 5,881,522 | rkelly-remix |
| 3,837 | 2,709,309 | spree_core |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | berkes |