piwik-ruby-tracking
piwik-ruby-tracking copied to clipboard
A Ruby Gem that allows you to add the Piwik Tracking Code to Sinatra, Padrinorb and Rails
Hi, let's suppose to have the following two subdomains: - **en**.example.com - **de**.example.com In matomo I registered the two websites. How can I configure the gem so that it provide...
Hi, is it possible to publish the gem to [rubygems.org](https://rubygems.org/)? Many thanks!
The Readme says: ` gem 'piwik_analytics', '~> 2.0.0'` But, there's no 2.0.0 version, looks like this should be: `gem 'piwik_analytics', '~> 1.0.2'`
Hi Do you plan to support setDoNotTrack? Kind regards Bruno
piwik_analytics should properly handle Site Search and not call `trackPageView()` when `trackSiteSearch()` is called. http://piwik.org/docs/javascript-tracking/#toc-tracking-internal-search-keywords-categories-and-no-result-search-keywords
Right now I am working on an extension for the view helper to provide access to the JavaScript Tracking API. It might look like this: ```
Hi there, for a [rails/spree](http://annatreurniet.nl) ecommerce site, I am implementing piwik e-commerce tags. - [Piwik Documentation](http://piwik.org/docs/ecommerce-analytics/#toc-ecommerce-tracking). - Development ongoing in [my feature branch](https://github.com/berkes/piwik_analytics/commits/feature/ecommerce). They would be optionally: as in: you...
Add support for Sinatra.
Add support for padrinorb http://www.padrinorb.com/