Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 26th, 2001, 08:40 AM
davef8 davef8 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 12 davef8 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Wink Tracking users through dynamic pages

How can I effectively track users through my e-commerce site? The whole site is custom built using PHP and mySQL. We tried using WebTrends Enterprise Suite 5.5 and it only shows vistors going to a dynamic page (such as product_page.php) but it doesn't show which product. We need something to tell us what products people are looking at and what they put in their shopping cart etc.

Any cheap solutions would be greatly appreciated.

Also besides using log files how can you analyse traffic. I've read about some live traffic analysis solutions but I'm not sure how they work.

Reply With Quote
  #2  
Old November 26th, 2001, 03:33 PM
NoXcuz's Avatar
NoXcuz NoXcuz is offline
Wiking
Dev Shed Expert (3500 - 3999 posts)
 
Join Date: Sep 2000
Location: Sweden
Posts: 3,608 NoXcuz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 49 m 27 sec
Reputation Power: 11
Sessions...
PHPBuilder has some articles about using databases to store session variables etc, which I think you could find interesting... Then you would be able to generate all possible kinds of statistic reports.

//NoXcuz
__________________
UN*X is sexy!
who | grep -i blonde | date; cd ~; unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep

Reply With Quote
  #3  
Old November 26th, 2001, 05:08 PM
AlCapone's Avatar
AlCapone AlCapone is offline
Mobbing Gangster
Dev Shed Demi-God (4500 - 4999 posts)
 
Join Date: Sep 2001
Location: "Best City" 2002 and 2003- Melbourne, Australia
Posts: 4,913 AlCapone User rank is Corporal (100 - 500 Reputation Level)AlCapone User rank is Corporal (100 - 500 Reputation Level)AlCapone User rank is Corporal (100 - 500 Reputation Level)AlCapone User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 5 h 36 m 31 sec
Reputation Power: 13
Send a message via ICQ to AlCapone Send a message via AIM to AlCapone Send a message via Yahoo to AlCapone
yep, and I think zend.com has an article on generating statistics (as well as sessions). yep, here
__________________
And you know I mean that.

Reply With Quote
  #4  
Old November 26th, 2001, 07:42 PM
davef8 davef8 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 12 davef8 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Thank you for the helpful articles, however I'm looking to outsource my web stats. I just signed up for the trial version of WebTrends Live and it looks like I can configure that enough to see what products people are looking at and placing in their cart.

I also plan on trying hit box professional as well. Has anybody used either of these products?

I'll post my thoughts after had time to go over each product.

Reply With Quote
  #5  
Old November 27th, 2001, 05:47 AM
NoXcuz's Avatar
NoXcuz NoXcuz is offline
Wiking
Dev Shed Expert (3500 - 3999 posts)
 
Join Date: Sep 2000
Location: Sweden
Posts: 3,608 NoXcuz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 49 m 27 sec
Reputation Power: 11
I can't see the point in outsourcing the stats when you have a custom built site with MySQL and PHP, but that's up to you. I mean, you've got everything you need to get all the statistics you want just in front of you...

//NoXcuz

Reply With Quote
  #6  
Old November 27th, 2001, 08:25 AM
jdk's Avatar
jdk jdk is offline
phpkid ~~~~~~ :o)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Nov 2000
Location: NJ, USA
Posts: 2,535 jdk User rank is Lance Corporal (50 - 100 Reputation Level)jdk User rank is Lance Corporal (50 - 100 Reputation Level)jdk User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 11 m 11 sec
Reputation Power: 10
Send a message via Yahoo to jdk
Yeah,
I think you can just add few lines of code in your script to track them.

I did similar thing and I dont think here you need to outsource this.

JD.

P.S. : You can outsource your work of modifying script to track user to me !!!
__________________
_____________________________
d.k.jariwala (JD)
~ simple thought, simple act ~
I blog @ http://jdk.phpkid.org

Reply With Quote
  #7  
Old November 28th, 2001, 05:22 AM
NoXcuz's Avatar
NoXcuz NoXcuz is offline
Wiking
Dev Shed Expert (3500 - 3999 posts)
 
Join Date: Sep 2000
Location: Sweden
Posts: 3,608 NoXcuz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 49 m 27 sec
Reputation Power: 11
Always looking for some work, right jd?

//NoXcuz

Reply With Quote
  #8  
Old November 28th, 2001, 09:35 AM
davef8 davef8 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Posts: 12 davef8 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The reason I'd like to outsource this is because we have very little developement resources. I just don't think it's a good a idea to waste our resources building fancy graphs and learning how to manipulate graphics in PHP when other companies already provide these services.

I see were you guys are coming from (being devlopers) but I don't think our developement team is ready to handle this kind of job at the present time.

If you have code you want to donate (open source that would be great. Or if you want to help build the infastructure for less that $35 a month (the cost of an outsourced solution) I'd be happy to discuss this.

Thanks for all the info.

Reply With Quote
  #9  
Old November 28th, 2001, 09:33 PM
jdk's Avatar
jdk jdk is offline
phpkid ~~~~~~ :o)
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Nov 2000
Location: NJ, USA
Posts: 2,535 jdk User rank is Lance Corporal (50 - 100 Reputation Level)jdk User rank is Lance Corporal (50 - 100 Reputation Level)jdk User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 11 m 11 sec
Reputation Power: 10
Send a message via Yahoo to jdk
Quote:
Originally posted by NoXcuz
Always looking for some work, right jd?

//NoXcuz


Yeah, need some work to make some good portfolio and need some money too.

and davef8 what you are offering is low to be honest.
Anyways, what you have with you and what you want to do,
put up details,lets see if me or someone else is interested.

Also, You can search hotscripts and see if some thing there suits you.

All the best,
JD

Reply With Quote
  #10  
Old December 3rd, 2001, 10:40 PM
Derek Petersen Derek Petersen is offline
Do you like PHP like ME?
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Location: St. George, Utah, of the USA
Posts: 67 Derek Petersen User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
oh the joy of a small business and the budget that comes with it
__________________
You know your a web programmer when you see a '$' and think of PHP rather than money.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > Tracking users through dynamic pages


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

ibm




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway