Home > General > Affiliate Marketing Forum

How to Protect Your Traffic From Alexa and Block Sending Any/All Referrers (7)


06-19-2011 12:21 PM #1 polarbacon (Moderator)
How to Protect Your Traffic From Alexa and Block Sending Any/All Referrers

Ok seems like this is a popular thing so I thought I would make a short little post about it as its not all that difficult

so ask and ye shall receive

ok first off you need a https domain....I would also recommend this not be your tracking domain as that just kinda asking for trouble.....


also I would recommend on that domain you follow step 4 on this thread

http://stmforum.com/forum/showthread...ct-Your-Assets

as that prevents indexing and stuff..

next make a file called go.php the code is below upload it to that SSL domain

[PHP]<?
$link= $_GET["link"];
$sub = $_GET["sub"];
header( "Location: $link$sub" ) ;
?>[/PHP]

How to use this?

think of this as a "layer" in between what ever you want, when you want to blank referrers...

so if you wanted to block Alexa from showing clickstream....you would put this in front of your tracking domain

and code it such

[PHP]https://yourssldomain.com/go.php?link=http%3A%2F%2Fencoded-tracking-domain.com%3Fsubid%3D&sub=YOUR KEYWORD[/PHP]

encoding a url is easy go here http://meyerweb.com/eric/tools/dencoder/

just put the tracking link that 202 or cpvlab gives you and click encode

so whatever you put in as the link it will go there....whatever is added after "sub=" will be added to the link (tracking keyword)

why this all works?

well you can't pass referrer info from a https domain to a http domain for security reasons sooooo referrer is blanked.....

you can use this script anywhere just make sure you put HTTPS in front of it and all things should be golden....


Last Thing The flying dutchman (Tjin) is rocking my ass in thanks....so if you could give the unicorn some luvin' for this post I shall glitter ye a plenty

pb


06-19-2011 08:47 PM #2 Mr Green (Administrator)

I knew there was a way to do it! Good shit polar.


06-19-2011 10:52 PM #3 tijn (Moderator)

great stuff.

quick question though - cpvlab has the option to blank referrers already. would i still need this as well?


06-19-2011 11:11 PM #4 z6marketing (Member)

I'm not sure how well CPV lab does it, but I know prosper's cloaking isn't foolproof. You get the occasional referrer dropped through. Few things are 100% secure for blanking referrer. Using this + your tracking's cloaking is double protection, and that can't hurt (as long as it's not slowing down your process to the point where you drop visitors.)


06-20-2011 01:08 AM #5 polarbacon (Moderator)

Quote Originally Posted by tijn View Post
great stuff.

quick question though - cpvlab has the option to blank referrers already. would i still need this as well?
its basically so you can hide where your tracker's traffic is coming from....so if they find your tracker.....eg.....theflyingdutchmansuperawesometr ackerness.com.......they won't find where your traffic is coming from via alexa clickstream.....

cpvlab and 202 blank to your lp and to the cpa offer......but this would blank out above that.......


06-20-2011 09:16 AM #6 tijn (Moderator)

ah cool. good tip - hadnt realized. i guess with ppv this is not too much of an issue as the target page is not incl in the referrer when your pop is loaded.

z6marketing - cpvlab v2.12 now has to option to guarentee blank referrers by just rotating until its blanked.


06-20-2011 12:05 PM #7 z6marketing (Member)

Yeah my business partner told me that last night - he was really excited about it. He uses CPVLab more than I do to be honest. I've got fairly decent results with prosper cloaking + a https->http redirect so I don't worry about it too much, but its good to know I have both options available to me.


Home > General > Affiliate Marketing Forum