Tracking Search Results?

  • Thread starter Thread starter pbd22
  • Start date Start date
P

pbd22

Hi.

Could somebody please tell me how to track search results?
I want to know how many times, say, a profile picture is returned
in a given search and how many times a "searcher" clicks on any
given picture in the returned results. I'd like to do something like,

on 9/5/07 there were 23422 queries of N type
your profile was returned in 13349 of the queries
1032 of the searchers clicked on your profile (image).

How do I go about gathering data of this nature?

I am using VB.NET and SQLExpress

Thanks!
 
talk to Google, they're doing exactly this now. they track everything you
search for if your logged in. But overall they track every word that is
searched, what is clicked on and so on.
 
Hi.

Could somebody please tell me how to track search results?
I want to know how many times, say, a profile picture is returned
in a given search and how many times a "searcher" clicks on any
given picture in the returned results. I'd like to do something like,

on 9/5/07 there were 23422 queries of N type
your profile was returned in 13349 of the queries
1032 of the searchers clicked on your profile (image).

How do I go about gathering data of this nature?

I am using VB.NET and SQLExpress

Thanks!

you need to a) keep the search result history b) count all requests
for the profile
 
Back
Top