It all depends on the browser. Generally header redirects will pass on the referer. Rarely, but sometimes a javascript or meta refresh will give a referer, but not the referer of the originating click, just the referer of the redirect page. So if you have somebody click on your link from originalsite.com to yoursite.com which has a javascript and/or meta redirect to afflink.com, it will usally not have any referer at all, but will sometimes have a referer of yoursite.com depending on the browser. A header redirect though, will generally pass a referer of originalsite.com to afflink.com.
Sure, but the free services like that are usually abused and sometimes unreliable. They're also generally header redirects, so they won't serve the purpose of masking the originating traffic source.Not sure about this , but couldn't a service like anonym.to cut it?
What about a FRAMED redirect..... such as is done by GoTryThis?even better, double meta refresh to 2 different domains.
affiliate leads aren't tracked by the referrer, they're tracked by the url the visitor is sent to.I don't get it, if you don't pass referer's info how merchant will now that it is you who sent lead/sale.
<?php
// Filename jump.php
// syntax http://www.example.com/jump.php?url=http://myaffiliateurl.com?id=myid
$url = htmlspecialchars($_GET['url']); // clean the url
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="refresh" content="3;url=<?php echo $url; ?>"/>
</head>
<body>
<div style="height:300px;line-height:300px;text-align:center">
<a href="<?php echo $url; ?>">Click here to continue</a>
</div>
<script type="text/javascript">
<!--
window.location = "<?php echo $url; ?>"
//-->
</script>
</body>
</html>
Is it possible to have a redirect somehow take out the affiliate ID and still make the visitor count toward your program or does something like that have to be done in-house from the affiliate network?
<html><head><meta http-equiv="refresh" content="0;url=http://www.speedppcplus.net"></head><body></body></html>