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):