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!