Forum Moderators: DixonJones
We came up with putting a javascript on our sites "Click here to set as homepage".
This click here is linked to homepage2.cgi which is just a redirect to our index page. The value that is used to set thier homepage is homepage.cgi which is just another redirect to our index.
Stats on homepage2.cgi shows us how many visitors set our page as their homepage each day and homepage.cgi shows us how many people visit the site each day through thier homepage.
We did the same thing with the "click here to bookmark". The value for setting the bookmark is bookmark.cgi. Another redirect to index.php. Not as effective as homepage.cgi though as people are familiar with using their bookmark options in their browser.
If anyone has any better way of tracking this I'm open to them.
Jim
I have however set it up and will report back if it works. I am using webalizer.
I mainly came up with these ideas for the future instead of help with the past. We plan to use this method in every area we can.
Bookmarkers - bookmark.cgi
Homepage - homepage.cgi
Emails - email.cgi
etc. PHP will be used eventually.
Click through tracking using php and mysql is another area we plan to start doing which came somewhat from this same topic.