Search Results

1
vote

Rails - Tracking Referrals to Conversions

Indeed, I would suggest storing the referrer in the user record. Then you can write some code to sensibly draw out additional data from the URL. For instance, you could parse Google URL's to determ …