README updated

This commit is contained in:
cowboycoded 2011-02-11 19:56:49 -05:00
parent efd8a6fb7b
commit 17558312c4
1 changed files with 12 additions and 5 deletions

View File

@ -6,9 +6,16 @@ A lightweight plugin that logs impressions per action or manually per model
== What does this thing do? == What does this thing do?
Logs an impression... and I use that term loosely. It can log page impressions (technically action impressions), but it is not limited to that. You can log impressions multiple times per request. Logs an impression... and I use that term loosely. It can log page impressions (technically action impressions), but it is not limited to that.
And you can also attach it to a model. The goal of this project is to provide customizable web stats that are immediately accessible in your application as opposed to using G Analytics and pulling data using their API. You can log impressions multiple times per request. And you can also attach it to a model. The goal of this project is to provide customizable
You can attach custom messages to impressions and log multiple impressions per request. No reporting yet.. this thingy just creates the data. stats that are immediately accessible in your application as opposed to using G Analytics and pulling data using their API. You can attach custom
messages to impressions and log multiple impressions per request. No reporting yet.. this thingy just creates the data.
== What about bots?
They are ignored. 1200 known bots have been added to the ignore list as of Feb 1, 2011. Impressionist uses this list:
http://www.user-agents.org/allagents.xml
== Which versions of Rails and Ruby is this compatible with? == Which versions of Rails and Ruby is this compatible with?