Is there a single (or multiple) Rails gem that will help to easily capture the following on a when registering a new model instance (i.e.: new user)?
- referrer URL
- traffic source (google, bing, etc.)
- traffic medium (organic, cpc)
- search terms (if user came from a search engine)
I know I could code this in manually, but no reason to recreate this if it's already done.
The only thing I could find through searching is search_sniffer, but that's a plugin, and I'd prefer to use a gem if available.