Help with Affiliate Program Tracking Code

Discussion in 'Affiliate Programs' started by Jamie Lister, Feb 12, 2006.

  1. #1
    I want to offer an affiliate program where those who refer businesses to sign up with us will earn commission.
    What I know people will ask is, how can they track sales.
    So what can I offer for them to track sales?

    Please, please dont mention PHP - I'm crap at it.
     
    Jamie Lister, Feb 12, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you are not willing to use php then you will maybe need to sign up with somebody like commission junction and they will manage the scheme for you (for a fee).

    How do you sell your products at the moment? Is there a backend you could add the scheme to?
     
    mad4, Feb 12, 2006 IP
  3. Jamie Lister

    Jamie Lister Peon

    Messages:
    421
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    C.J. is too expensive at the mo.

    We sell direct - standard form registration plus Paypal payments.

    OK, so maybe we'll give php a try - any ideas?
     
    Jamie Lister, Feb 12, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you use a simple php script to set a cookie when the user visits yoursite.com/affiliatescript.php?aff=34 and then 301 redirect to yoursite.com (important).

    Then you use the value of the cookie to insert the affiliate id (in this case it would be affiliate 34) into a hidden form field in the order form.

    Each page on the site would need a script included at the top to check for the cookie.
     
    mad4, Feb 12, 2006 IP
  5. asr_guy

    asr_guy Peon

    Messages:
    178
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Most affiliate tracking systems provide stats for your affiliates. The networks all do this too.

    Don't get lured into thinking it's just a few lines of code - maybe the actual tracking cookie bit is easy but there's more to affiliate management than that :) You can buy scripts for around $99 to do most of what you need. The vendors cover the market well. You get what you pay for.

    Regards,
    Peter
     
    asr_guy, Feb 12, 2006 IP
  6. Jamie Lister

    Jamie Lister Peon

    Messages:
    421
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Could you recommend one or two for me to look at?
     
    Jamie Lister, Feb 13, 2006 IP
  7. asr_guy

    asr_guy Peon

    Messages:
    178
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    It depends on your needs. I have reviewed over 40 of them as of date - they're all on my site and you can compare them side-by-side.

    Regards,
    Peter
     
    asr_guy, Feb 13, 2006 IP
  8. Jamie Lister

    Jamie Lister Peon

    Messages:
    421
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks I'll have a look tomorrow.
     
    Jamie Lister, Feb 13, 2006 IP