` need help tracking individual products?

Discussion in 'Classic ASP' started by thefutonshop, Jun 14, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    Does anyone know how to setup tracking information for individual products?

    For example:
    http://www.thefutonshop.com/Product.asp?uid=6142006fHBPWqXLbHJMbINKWemO&ProductID=496
    (How many visitors click on this product and buy?)


    http://www.thefutonshop.com/Product.asp?uid=6142006fHBPWqXLbHJMbINKWemO&ProductID=623
    (How many visitors click on this product and buy?)


    ** Is there software out there for this?

    Thanks!

    :: thang*

    Post Edited By Moderator (Joel Thoms) : 6/14/2006 9:29:39 PM GMT
     
  2. I'm not familiar with anything that has the capability to just plug it into your site and go.


    It sounds to me like you'll need some sort of custom programming to solve this.


    You might also try google analytics. You can setup goals and stuff with that, though I doubt it will do exactly what you are looking for.



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. You will have to customize something, this is what i use just for creating a tracking log ..
    you can do something like take all the products purchased in an array and add that to the line. .
    instead of using just one log file create one for each day .. or something like that .. or even use a database if you wanted ..

    Looks like you're using applicatin variables btw as when i visited that link my shopping cart was huge and my name was someone else .. /emoticons/smile.gif

     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page