Hi
I am trying to create a list of the 10 most visited pages on my website in the last 30 days.
Does anyone have any expertise in setting up such as feature?
As I see it there are 2 potential options - 1. set up a database table to record page impressions or 2. access the website log files.
Log files seem the best option but I have no experience in doing this, does anybody have any suggestions on how I could achieve this?
Thanks in advance
Calculating the most popular pages from the last month
Moderator: General Moderators
In my opinion, setting up a database table and recording page impressions would be the best rout. Just update/insert a record on page view, query to get the most popular 10.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
yes, check google api page
http://code.google.com/apis/analytics/