ASP.NET : Tracking Unique page visits/views
        Posted  
        
            by Shyju
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Shyju
        
        
        
        Published on 2010-03-28T22:37:18Z
        Indexed on 
            2010/03/28
            22:43 UTC
        
        
        Read the original article
        Hit count: 261
        
ASP.NET
|page-tracking
I have an ASP.NET application where View.aspx page will display the details of each products in a shopping cart.The page displays dynamic data(Ex: For each product id,the content will be different).Now i want to track the unique page views of each product.What are the best solutions to approach this problem ? I am already using google analytics.But i wanna custom solution for my web ap,so that i can know how many hits came for each product
© Stack Overflow or respective owner