WebSeitz/wikilog
Browser Referer
Happy ! Whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness.

(backlinks off) (map off)
(search off)
last edited by BillSeitz on Jun 27, 2009 3:58 am

In theory, when a browser requests a [URL]/ from a , it includes in its request header the [URL] (if any) that it just came from (e.g. the page containing the link it's following).

Annoyingly, the official name is Referer instead of Referrer.

At , we used this data in a couple ways. The way that comes to mind first is that we had a Feedback link on every page of the site, which would go to a form that would generate a structured email to the appropriate party. We made the form dynamic, so it grabbed the Referer and stored it in a hidden field which was then included in the generated email. So, if a user described a problem, we'd know what page he was on at the time.

Of course, every web server log handling package provides a report of referring [URLs], so you can see where you get users from.

Likewise, since the Referer [URL] includes any [GET] arguments, you typically see any search argument for links from a like . So log reports include the list of search terms that led users to your site.

Some problems with this data:

See : | | |


 




Bill Seitz, fluxent at gmail dot com, Weblog