ruby on rails - How can I count unique views -


i have tricky problem solve. need able track how many unique views url (that includes promo code): www.mysite.com/hello/promo

the issues are:

  1. since pay views based on promo code, want make sure people can't fake views.

  2. it's difficult me count views same ip fraudulent, because lot of users on college campuses (i.e. behind same nat, using 1 of handful of ip addresses).

any ideas on how can have robust view tracking system, given concerns re ip repeats amongst users?

fyi - using ruby on rails.

edit - site uses google analytics, i'm wondering how accurate ga @ determining unique visitors specific url (and whether api capable of giving me result).


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -