|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Architectural assistance needed!Hello,
I need to build statistics for a small asp.net web site. People basically come to search in a book database through the site. The statistics should reveal how often unique users search the site. Are there tools that can be used for these task. Which ones? Otherwise how can this be done best? Any help would be higly appreciated. Many thanks JB Well, you can always stored the IP address of the computer in a database and
relate it to some search criteria if necessary. Not sure what you mean by "tools." Now, the problem you might have is there is no way to really ensure "uniqueness" because many people have dynamic addresses or connect through some for of NAT system. So you might have a database with the fields: IpAddress, SearchOnDate, SearchQuery. Then later you can generate reports with this raw data. Show quote "news.microsoft.com" <j**@microsft.com> wrote in message news:eHhD6XDGGHA.344@TK2MSFTNGP11.phx.gbl... > > Hello, > I need to build statistics for a small asp.net web site. People basically > come to search in a book database through the site. > The statistics should reveal how often unique users search the site. > > Are there tools that can be used for these task. Which ones? > > Otherwise how can this be done best? > > Any help would be higly appreciated. > > > Many thanks > JB > Why not take a look at Google Analytics? It's free.
Don't reinvent the wheel (unless you have to...) Peter -- Show quoteCo-founder, Eggheadcafe.com developer portal: http://www.eggheadcafe.com UnBlog: http://petesbloggerama.blogspot.com "news.microsoft.com" wrote: > > Hello, > I need to build statistics for a small asp.net web site. People basically > come to search in a book database through the site. > The statistics should reveal how often unique users search the site. > > Are there tools that can be used for these task. Which ones? > > Otherwise how can this be done best? > > Any help would be higly appreciated. > > > Many thanks > JB > > > |
|||||||||||||||||||||||