alivin70
02-18-2004, 09:44 AM
We at VinSoft added a "log clicks" features to phpdig.
We believe it is important to analyze which results are clicked by user. When a user clicks on one of the results of a search we need to know:
- destination URL
- query string
- Position of the result
- date and time of the click
We added a new mysql table named phpdig_log_click that stores all the clicks made by users on result links.
Jygius already sent the source code (http://www.phpdig.net/showthread.php?s=&threadid=289) .
Now you can see a demo HERE (http://www.fis.unical.it/~phpdig/)
Enter in admin using default user/password
click on Statistics -> Clicks & Keywords
Enjoy
Alivin70
We believe it is important to analyze which results are clicked by user. When a user clicks on one of the results of a search we need to know:
- destination URL
- query string
- Position of the result
- date and time of the click
We added a new mysql table named phpdig_log_click that stores all the clicks made by users on result links.
Jygius already sent the source code (http://www.phpdig.net/showthread.php?s=&threadid=289) .
Now you can see a demo HERE (http://www.fis.unical.it/~phpdig/)
Enter in admin using default user/password
click on Statistics -> Clicks & Keywords
Enjoy
Alivin70