From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 00:33:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F4A516A420 for ; Fri, 27 Jan 2006 00:33:59 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from mail.ferrarishields.com (mail.ferrarishields.com [216.82.146.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46FAE43D46 for ; Fri, 27 Jan 2006 00:33:59 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from dan (dan [10.70.153.5]) by mail.ferrarishields.com (Postfix) with SMTP id 108BD7302C; Thu, 26 Jan 2006 16:33:57 -0800 (PST) Message-ID: <048001c622d9$6abee1e0$0599460a@dan> From: "Dan O'Connor" To: "Bret Walker" , Date: Thu, 26 Jan 2006 16:34:22 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Cc: Subject: Re: Log file analyzer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 00:33:59 -0000 > Does anyone know of a good free log file analyzer that can show where > a > visitors entering via a search term browsed? > > Ex. User xxx.xxx.xxx.xxx entered via a search for "puppies" > visited /lab.html > visited /care/fleas.html > visited /beagle.html > ended visit > > All of the free ones I know of only show a list of search terms - not > any type of tracking. Boy, wouldn't the Government LOVE to subpoena Google for that info!!! Generally speaking, there's no way to track what links a user actually clicks on in search results. Once a page has been delivered to the end user, clicking on http://www.some_web_site_listed_in_search_results.com won't notify the search engine that it's been clicked. HOWEVER, if your search engine has a CGI script that redirects links, you can track it. An tag such as: some_web_site_listed_in_search_results will return to the search engine server (or wherever you want) where it can be logged and then forwarded to the actual destination. So, it *is* possible, but the system needs to be set up ahead of time... ~Dan -- FreeBSD Cheat Sheets http://www.mostgraveconcern.com/freebsd/