Simple Analytics for a Website

panicc.co

New Member
I have a web site that consists of several Aspx pages to apply for certain products. The visitor starts at Selection.aspx, visit as many pages as the products he selected then ends up with the summary page.I want to know how many visitors visited the first page, how many of them reached the last page and how many of them left the site without reaching the last page (and at which page did they leave).I am thinking of creating a simple database table that stores the IP of the visitor and the page he is visiting. The method to fill this table will be called at the Page_Load of each Aspx page. Are there better ways than this? During my research I have read about Google Analytics and other Analytics tools, e.g. http://piwik.org/. Will these Analytics engines help me meet my requirements or should I use the home grown method? If yes, which Analytics tool do you recommend?
 
Back
Top