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,673 of 189,739
Downloads: 8,454
Daily
Ranking: 77,544 of 189,725
Downloads: 0
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 | 445,670,683 | simplecov |
| 120 | 368,968,612 | rspec-rails |
| 138 | 327,174,019 | capybara |
| 140 | 325,562,967 | selenium-webdriver |
| 168 | 280,741,270 | sass-rails |
| 176 | 273,835,580 | launchy |
| 209 | 226,534,771 | coffee-rails |
| 229 | 203,750,521 | database_cleaner |
| 277 | 173,651,357 | sqlite3 |
| 363 | 127,156,937 | spring-commands-rspec |
| 765 | 69,752,679 | factory_girl |
| 766 | 69,731,623 | ffaker |
| 865 | 58,887,010 | therubyracer |
| 2,832 | 6,058,481 | rkelly-remix |
| 3,871 | 2,781,098 | spree_core |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | berkes |