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,734 of 187,603
Downloads: 8,233
Daily
Ranking: 53,105 of 187,591
Downloads: 5
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 |
|---|---|---|
| 98 | 425,289,329 | simplecov |
| 116 | 354,264,025 | rspec-rails |
| 135 | 314,018,451 | capybara |
| 137 | 312,279,483 | selenium-webdriver |
| 163 | 274,880,126 | sass-rails |
| 170 | 263,648,556 | launchy |
| 205 | 222,365,797 | coffee-rails |
| 223 | 198,258,227 | database_cleaner |
| 275 | 165,772,060 | sqlite3 |
| 354 | 123,691,179 | spring-commands-rspec |
| 747 | 68,771,269 | factory_girl |
| 754 | 68,076,011 | ffaker |
| 847 | 58,633,608 | therubyracer |
| 2,807 | 5,843,417 | rkelly-remix |
| 3,826 | 2,696,299 | spree_core |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | berkes |