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: 98,352 of 196,619
Downloads: 8,895
Daily
Ranking: 112,090 of 196,594
Downloads: 1
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 | 501,431,247 | simplecov |
| 124 | 408,435,726 | rspec-rails |
| 145 | 358,989,556 | capybara |
| 146 | 357,752,924 | selenium-webdriver |
| 178 | 299,810,703 | launchy |
| 186 | 294,756,514 | sass-rails |
| 229 | 236,482,108 | coffee-rails |
| 247 | 218,401,635 | database_cleaner |
| 286 | 195,435,976 | sqlite3 |
| 392 | 135,484,714 | spring-commands-rspec |
| 786 | 73,539,732 | ffaker |
| 801 | 71,752,764 | factory_girl |
| 901 | 59,583,415 | therubyracer |
| 2,890 | 6,541,339 | rkelly-remix |
| 3,983 | 2,970,111 | spree_core |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | berkes |