Tracking submissions - any ideas?

Discussion in 'Directories' started by terryuk, Jan 31, 2007.

  1. #1
    I'd like to somehow track what advertisements are making sales, i'm running site-sift, but what could i do to track what advertisements are making the sales?

    Any ideas please?
     
    terryuk, Jan 31, 2007 IP
  2. britishguy

    britishguy Prominent Member

    Messages:
    7,949
    Likes Received:
    892
    Best Answers:
    0
    Trophy Points:
    360
    #2
    We are beta testing an application re Conversion ROI will post back if it tests out all ok we need another 10 to 20 days of tests to verify
     
    britishguy, Jan 31, 2007 IP
  3. terryuk

    terryuk Notable Member

    Messages:
    3,962
    Likes Received:
    319
    Best Answers:
    0
    Trophy Points:
    255
    #3
    Nice! :D

    I'm trying to setup an affiliate system, which i could also be used to check for how many sales etc, but site-sift is a pain :(
     
    terryuk, Jan 31, 2007 IP
  4. earticles

    earticles Well-Known Member

    Messages:
    933
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    175
    #4
    If you know PHP, you might use a special referer string like

    http://www.yourdomain.com?ref=referer_name_here

    to identify where your sales are coming from, using a $_SESSION.

    For example if you use ADwords, you might setup the click URL to

    http://www.yourdomain.com?ref=adwords and use the $_SESSION['adwords'] variable. Each $_SESSION['adwords'] variable that generated a sale should be logged in a database/text file and any information related to it, for example a $_SERVER['HTTP_REFERER'] or a $_SERVER['HTTP_USER_AGENT']

    Hope it helped you.
     
    earticles, Jan 31, 2007 IP
  5. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #5
    You could do something like that anyways, but on a much simpler level. Give the referrer a unique domain like http://www.yourdomain.com?ref=referer_name_here and then simply have any unrecognised urls (like the referrals) auto forwarded to the index page. Then you simply look at your webstats program and see the number of people that have tried to access the site through that specific URL.
     
    sabian1982, Jan 31, 2007 IP
  6. mmariusel

    mmariusel Well-Known Member

    Messages:
    562
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    135
    #6
    I am using AxRoi, a little expensive but a great tool: take a look at my blog post.
     
    mmariusel, Jan 31, 2007 IP