+ Reply to Thread
Results 1 to 5 of 5

Thread: Tracking customers

  1. #1
    Junior Member
    Join Date
    Sep 2004
    Posts
    29

    Default Tracking customers

    I'm wondering what everyone uses to track customers. Here I'm thinking about tracking in terms of future upgrades, registration numbers, refunds, tax purposes, etc. and not emailing them for other purposes.

    Do you use something off the shelf? Something home grown? Nothing at all?

    Thanks
    Bill

  2. #2
    Senior Member
    Join Date
    Jul 2004
    Location
    Durham, UK
    Posts
    4,873

    Default

    Home grown database in MySQL. Works a treat.

    Cas

  3. #3
    Moderator
    Join Date
    Jul 2004
    Posts
    1,482

    Default

    Most payment processors provide reports that can be run to pulls sales data. Plus most allow you to pass custom data to the order process to be stored in their database so can do sales tracking. For example, we coded something to grab the referring site and stash in cookie and if customer buys we learn what site referred the sale.
    Thanks,
    Brian Fisher
    ArcadeTown.com

  4. #4
    Senior Member
    Join Date
    Jul 2004
    Location
    France
    Posts
    163

    Default

    Home grown in php/MySQL. Took me three months... with almost no previous experience.
    (I learned SQL at school 9 years ago, but hadn't used it since then. But that's not the technical side that took me the most time... It's deciding "simple" stuff like how to identify customers, what to track and store, how to handle downloads, etc.)
    Last edited by stan; 09-20-2004 at 04:32 PM. Reason: typo

  5. #5
    Junior Member
    Join Date
    Sep 2004
    Posts
    29

    Default

    So are you using a call back from the processor to add them to the database?

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts