I am working on custom solution that works like a blog. I have a list that contains articles, and I have publishing page that takes the list item id in the URL and query the list to display it.
Now I want to display the hit counter for each article, which is an item in list. Is there an OTB feature in SharePoint Web Analytics, or should I implement it myself by updating the list item with its hit count each time it is retrieved?