Forum Moderators: DixonJones
My problem is that i want to track the hits to these pages in server B. How can i track the hit rate of all the pages in server B with all these restrictions?
I have only thought of one method which is,
for every link in the index page, i create a blank html page which contains the redirect url.
That way, by tracking the hit rate of the blank html page, i will know the hit rate of the page in server B. But i am not sure that this is the most professional thing to do.
Could anyone please shine some light on this?
every click page takes two parameters :
source
destination
source is the page on server A you came from (your index page) destination is the url they want to go to. you pass both of these to the click page so it can log the source, destination, and can redirect to the destination on server B
hth,
mcm
I think if you use your method, you should indicate to whoever is the recipient of the data that it was determined based on clicks, not hits on server B.
I actually have had to deal with this type of problem. It was important to clarify to the people who were getting the traffic reports that the clicks were not the same as a measurement of hits on the remote server. The click does not indicate whether or not the remote server was down or the pages were inaccessible, for example.
It's just a way of ensuring that an apples to apples comparison is being made.