Project

rack-ackee

0.0
No commit activity in last 3 years
No release in over 3 years
middleware reporting requests to Ackee, self-hosted analytics tool for those who care about privacy. Alternative to using the client-side JS tracker.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

rack-ackee

Rack middleware reporting requests to Ackee, self-hosted analytics tool for those who care about privacy. Alternative to using the client-side JS tracker.

Installation

Install gem

gem install rack-ackee

If you don't have the Ackee instance yet, you can quickly deploy it on Heroku.

Configuration with Rails

In your Gemfile

gem 'rack-ackee'

In your config/application.rb

config.middleware.use "Rack::Ackee", server: "https://myackeeserver.com", domain_id: "YOUR DOMAIN ID"

Remember to change the server and domain ID to your values.