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,925 of 195,762
Downloads: 8,877
Daily
Ranking: 75,382 of 195,747
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 |
|---|---|---|
| 98 | 489,786,530 | simplecov |
| 122 | 400,714,630 | rspec-rails |
| 144 | 352,433,362 | capybara |
| 146 | 351,482,705 | selenium-webdriver |
| 177 | 294,728,676 | launchy |
| 179 | 292,095,860 | sass-rails |
| 225 | 234,676,189 | coffee-rails |
| 245 | 215,592,323 | database_cleaner |
| 281 | 191,064,338 | sqlite3 |
| 387 | 133,828,335 | spring-commands-rspec |
| 780 | 72,819,382 | ffaker |
| 795 | 71,547,059 | factory_girl |
| 895 | 59,460,205 | therubyracer |
| 2,873 | 6,450,062 | rkelly-remix |
| 3,969 | 2,927,189 | spree_core |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | berkes |