I want to build a generic web analytic application using C#
I want to do it by making an addin to IE (and using windows hooks to catch all the user's events)
I tried to find some examples on how to build an addin to IE using C# but I didnt find anything
can someone please point me to where I can find some examples to get me started?
thanks
Loading
Mahesh ChandPosted Nov 30, 2008, 12:02 PM
Most of the companies do is, they give you a script to put on your website pages including WebTrends and Google Analytics. This JavaScript sends data to the application on the server that calculates the site stats.
Your IE addin may not work unless you are targetting your own websites.