Referrer Question...(Not Asking How To Blank The Referrer ;)

totaln00b

Newbie
Joined
Nov 19, 2009
Messages
12
Reaction score
2
Hey guys,

I was wondering if you send your visitor from an email to a domain you bought, which is forwarded to your affiliate link, do the networks know what your referrer is? Thanks.
 
Hey guys,

I was wondering if you send your visitor from an email to a domain you bought, which is forwarded to your affiliate link, do the networks know what your referrer is? Thanks.

If You Set a delay on the redirect, then no, the network would only see your website as the referrer
 
How do you set a delay for the redirect? I'm using hostgator and it's very easy to set up but not sure how to use a delay...please explain. Thanks
 
I've Posted a Delayed Redirect Script Below
HTML:
<html>
<head>
<title>Loading page...</title>
<meta http-equiv="refresh" content="12;URL=YOUR AFFILIATE LINK HERE">
<script>
url='YOUR AFFILIATE LINK HERE';
if(document.images) { top.location.replace(url); }
else { top.location.href=url; }
</script>
</head>
<body><b>Your Text Here</b>
<a href=YOUR AFFILIATE LINK HERE></a> Your Text Here
</body>
</html>
Replace 12 WIth Whatever Time Your Require.
Home that helps,
Regards,
Crack
 
How long does the delay need to be in order for the referrer to say it's from your domain?

Thanks for the script!
 
How long does the delay need to be in order for the referrer to say it's from your domain?

Thanks for the script!

I'm not exactly sure dude, but I think a delay of about 5-6 seconds will do.
 
You don't need to use delay but you can use something like this to avoid paranoic thoughts: mail => yourwebsite.com/redirect1.html => yourwebsite.com/finalredirect.html => target.
 
You don't need to use delay but you can use something like this to avoid paranoic thoughts: mail => yourwebsite.com/redirect1.html => yourwebsite.com/finalredirect.html => target.

You could do that too, just replace Your Aff Link in the 1st redirect with the link to your finalredirect. And set the delay to 0.
 
Use prosper202 with cloaking.
 
Back
Top