|
| |
|
|
malky800
Posts: 104 Joined: 1/11/2006 Status: offline
|
Organic search terms in url - 11/15/2006 16:41:05
When someone searchs for something in google, and then clicks into my site, is there a way I can track in my parameter, what was their search term?
|
|
|
|
Mojo
Posts: 2429 From: Chicago Status: offline
|
RE: Organic search terms in url - 11/15/2006 17:10:19
Yes, as long as the search engine uses get and not post.... You need to grab the HTTP Referer. Since this information is comeing from the client you will not have 100% accuracy - probably more like 50% - depending on your industry. In ASP you could print out the referer like so: <%=Request.ServerVariables("HTTP_Referer")%> EDIT: Typos
< Message edited by Mojo -- 11/16/2006 1:14:42 >
_____________________________
Split Testing Chicago Order Fulfillment Emergency Kits
|
|
|
|
Reflect
Posts: 4767 From: USA Status: offline
|
RE: Organic search terms in url - 11/16/2006 9:23:18
You can also get a log file analyzer program. This will parse your server log files and present the data in a organized layout. They can, most, tell you how many page views, how many unique visitors. What SE are showing you love. What the searcher is coming in on for keywords and what SE. Among a slew of other things. Take care, Brian
_____________________________
|
|
|
|
malky800
Posts: 104 Joined: 1/11/2006 Status: offline
|
RE: Organic search terms in url - 11/17/2006 12:57:41
quote:
<%=Request.ServerVariables("HTTP_Referer")%> I tried using this from google, but I did not get my search term that I used to search from google. Which search engines should this work from?
|
|
|
|
Mojo
Posts: 2429 From: Chicago Status: offline
|
RE: Organic search terms in url - 11/17/2006 14:05:44
It works in Google, Yahoo, MSN and most others. If you had a problem it may be due to a browser setting. Are you passing referer information? What does your code look like?
_____________________________
Split Testing Chicago Order Fulfillment Emergency Kits
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|