Innovation Award
 March 2004
Number 6 |
Where are my site visitors coming and why, are frequent questions asked by many site owners. One way to track that information is using the HTTP referer headers that tell the URL of the page that the user visited before the current page.
The search engine sites are one common source of new visitors. Usually the user searches for something and the search engine site presents a list of pages where what is searched may be found. The search keywords are part of the URL of the search engine result pages. When the use clicks on a result link and accesses the listed site, usually the browser passes to that site the URL of the search engine results page in the HTTP referer header.
What this class does is to parse the HTTP referer header and try to match it against the URL pattern of several well known search engine sites.
This definitely helps answering Web site owner questions about where did my site visitors come from and what where they searching for that lead them to my site.
Manuel Lemos |
Most browsers usually send the URL of a page the user accessed before and clicked on a link or submited a form that lead to the current page. That information is usually passed to PHP scripts in HTTP_REFERER environment variable.
This class is meant to parse the HTTP referer URL of the page that lead the user to the current page and determine if it is a known search engine.
In the case that a known search engine is recognized, the class can extract the search keywords that the user entered in the search site.
The class comes with a data file that is used to described 24 known search engines. You may edit this file to add more entries to let the class recognize more search sites from the referer URL.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (84.1%) |
Sufficient (75.0%) |
- |
Sufficient (77.3%) |
- |
- |
Not sure (57.3%) |
875 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| PHP Web Analytics |
You'll need to use $_SERVER['HTTP_REFERER'] to determine that information... |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.