Hello, I have created an online magazine (that I hope will take off someday) using wordpress. I would like to be able to track the number of page views of each item without using a wordpress plugin.
What is the best solution??
Should I use jQuery to track page views and then insert that data into a custom wordpress table?
Or is it possible to use google analytics and then gather the require information from that?
Note: I will use the information to display 'Popular Posts', 'Top Categories', etc. on the site.
Any help would be greatly appreciated.