No commit activity in last 3 years
No release in over 3 years
Integrate Avvo Ignite tracking into your Rack-based application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Rack::AvvoIgnite

This Rack middleware will easily integrate your Rack-based app with Avvo Ignite's website tracking feature.

Usage

Rails

In your application.rb:

config.middleware.use Rack::AvvoIgnite, {code: [YOUR_TRACKING_CODE]}

Generic Rack app

In your config.ru:

require 'rack-avvo_ignite'
use Rack::AvvoIgnite, {code: [YOUR_TRACKING_CODE]}

What's my tracking code?

If you were given a javascript url to include you can find it embedded in the javascript url. For example, //ia.avvo.com/tracker/FOO.js would mean FOO is your tracking code.