Track outbound traffic

Discussion in 'General Marketing' started by Jez, May 5, 2005.

  1. #1
    Does anyone know of a preferably free way of tracking where a visitor goes after leaving a site?

    I want to trck how much traffic I am sending to another site or sites and don't trust the owners to give an honest answer.

    I would appreciate any ideas, please.
     
    Jez, May 5, 2005 IP
  2. mopacfan

    mopacfan Peon

    Messages:
    3,273
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I know it's possible because the reports we get from Index Tools keep tabs on exit info through javascript. I just have not yet been able to figure out how they do it.
     
    mopacfan, May 5, 2005 IP
  3. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Could you not have the link go to one of your own pages (made especially for this purpose) and instantly redirect?

    Then it would show up in your stats.
     
    yfs1, May 5, 2005 IP
  4. SERPalert

    SERPalert Guest

    Messages:
    1,003
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you have a php website I'd happily help you with a bit of code....It's not hard, but it does stop you giving 'real' links...


    Unless you only track real visitors and display the real link to search engines...if that makes sense.
     
    SERPalert, May 5, 2005 IP
  5. sadcox66

    sadcox66 Spirit Walker

    Messages:
    496
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #5
    sadcox66, May 5, 2005 IP
  6. iShopHQ

    iShopHQ Peon

    Messages:
    644
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #6
    If you have access to your log files, a log analyzer can give you exit pages.....

    With my affilaite sites, I run all affiliate clicks through a server-side forwarding script. With my log anaylazer, I can specify that file for tracking and see howmany people are passing through it on daily, weekly, monthly etc.
     
    iShopHQ, May 5, 2005 IP
  7. rurbaniak

    rurbaniak Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    rurbaniak, May 5, 2005 IP
  8. Jez

    Jez Well-Known Member

    Messages:
    532
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    138
    #8
    Would that still work/be feasable with many links?

    Thanks for your input yfs1.

    Thanks TFMG, one of the sites is PHP. I would love to try your code. It doesn't matter that it's not a real link - I assume it won't pass PR?

    Thanks Sadcox66 I will take a look at that.

    Thanks iShopHQ, but I have never been able to make any of the log analyzers work for me. I do have access though - one day I expect I will take the time to get it right!

    Thanks, everyone, for your replies. I will check them all out.

    This is something I have been trying to do for ages, so if any of them do the trick, I will be one happy bunny!
     
    Jez, May 6, 2005 IP
  9. mopacfan

    mopacfan Peon

    Messages:
    3,273
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    0
    #9
    A log analyser won't give you the exit urls for the google adsense ads since the links are in the .js script. Without some form of javascript to capture the exit link and save it to a log file of some sort, the basic log file won't give you the full story.
     
    mopacfan, May 6, 2005 IP
  10. iShopHQ

    iShopHQ Peon

    Messages:
    644
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Put a code on the AdSense url, like:

    www.MySite.com/index.asp?src=ad&kw=KeyWord

    When somone hits your site, look for these variables. If they exist, write them into a session var or session cookie. On your order confirmation page, look for these variables. If they exist, drop the date, time, keyword, and order amount into a database.

    It won't tell you when they leave the site, but it will tell you which AdSense clicks from which keywords on what dates complete the purchase process.

    Or wait about another week or and I'll have my beta done for tracking (initially) AdWords PPC, and then (after a few more weeks) Overture PPC.
     
    iShopHQ, May 6, 2005 IP