Let's assume i have a website like quora where i want to count how many visitors saw a particular page/question...("This question was visited 345 times")
i know i could create a column where i store a value that increases every user visits it. But what about using some external service...that maybe can more robust and reliable (filtering unique/pageviews etc..)
any suggestion?
(what about Google Analytics API?)
thanks!
Google analytics? Or any of the other analytics packages will give you lots of info. Or you could run your own and put it on a memcached layer to make it super fast.