Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I'm am trying to design a system that tracks the most clicked links on a website.

I am new to this so please forgive my ignorance. I see two possibilities:

1. When link is clicked, use Javascript to pass info on element to a PHP script, which inserts info into a MySql database.

2. Use Google Analytics to track clicks, and then use the Google API to access a remote database with info on most clicked links.

Am I thinking about this the right way?

Many thanks.
Posted
Updated 17-Apr-13 19:58pm
v2
Comments
ZurdoDev 16-Apr-13 14:46pm    
Yes, you are on the right path. WebTrends is also a good product. Personally, I would use an existing product to do it.
fuiboo 18-Apr-13 19:47pm    
Piwik is also a good choice, especially when privacy is of concern (it checks the Do not track preference of the client browser and encourages you to take privace serious, I am not sure how GoogleAnalytics or WebTrends handle that). But, yes, an existing product would be most likely better. 1) would be alright, though.

1 solution

Yes, you are on the right path. WebTrends is also a good product. Personally, I would use an existing product to do it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900