Hiding Affiliate Links

Discussion in 'Affiliate Programs' started by PHPGator, Sep 15, 2009.

  1. #1
    Hello all,

    I used this system to hide my affiliate link on my website: http://www.stevedawson.com/article0006.php

    Does the below work to track traffic stats or are people being forwarded to my affiliate link via "header()" before Google Analytics documents the traffic? Sorry, this could be a programming question but I figured you affiliate guru's would know as well. :)

    
    $link = "<affiliate link here>";
    header("Location: $link");
    <html>
    <body>
    --- Google Analytics Code Here ----
    </body>
    </html>
    
    Code (markup):

     
    PHPGator, Sep 15, 2009 IP