Home >
General >
Affiliate Marketing Forum
Best method to hide referrer that doesn't leak? (23)
02-21-2016 08:48 AM
#1
bluecrayon (Member)
Best method to hide referrer that doesn't leak?
Found out that Double Meta Refresh isn't safe and will eventually leak. What would be the best method to hide the referrer with no leaking? Preferably one that doesn't have much of an impact on loading times.
I've seen people suggest "http to https" but not sure what this means.
02-21-2016 12:23 PM
#2
exaltedmoon (Member)
You basically setup your offer redirection script on https location when the user clicks on your CTA button.
So, put your offer redirection script in https://yourdomain.com/go.php and go.php being on https location won't leak the referrer. If you want an extra layer of security, setup double meta refresh on HTTPS. I hope that helps.
02-21-2016 01:06 PM
#3
bobliu (Member)
Exalted moon hit it. You don't need the DMR as well though. Http to https will do the trick, browser standards prevent that from passing any refer data through. The only way it will leak is in the 0.0001% case when someone is using a custom/badly built browser.
Get a cheap SSL from namecheap. 9$.. 10mins later you are good to go.
02-22-2016 12:20 AM
#4
bluecrayon (Member)
Thanks. So would making the Voluum click link SSL i.e. HTTPS://track.domain.com/click be enough to hide everything?
02-22-2016 03:56 AM
#5
shakedown (Member)

Originally Posted by
bluecrayon
No
Voluum doesn't allow you to do that cause you would need to install the SSL cert on their server. Exalted Moon's way is the way to go.
02-22-2016 04:43 AM
#6
bluecrayon (Member)
What if you're using a custom tracking domain with Voluum? Then would making the Voluum click url SSL suffice?
Making an out.php redirect to the voluum click url which then redirects to the offer means an additional redirect, instead of click url -> offer.
02-22-2016 07:18 AM
#7
clubdrock (Member)
Theres a couple ways to go about this,
1. http tracking link >> https lander domain >> http outlink >> http offer page
2. http tracking link >> http lander >> https out link >> http offer page (tracker must use a html redirect with this method as a php 302 redirect will not blank referrer)
You can test to see if the referrer is being blocked or not by setting up your funnel and using a referral checking service domain such as this (http://nullrefer.com/what-is-my-referer.html) as if it was your offer.
As far as I know you can't do the ssl out link method with Voluum, however Thrive offers this as an option.
After some testing I've found that the first method (using https landing pages) has less click loss for me. If you want ssl for your lander domains no need to buy an ssl certificate just add your domain to cloudflare.
02-22-2016 09:17 AM
#8
bluecrayon (Member)
By doing #2, would the referrer still show your Voluum tracking url?
https out link would redirect to your Voluum click link (track.voluumtrk.com/click). So the LP would be blanked, but not track.voluumtrk.com? (They can just search your tracking link on spy tools).
02-22-2016 10:02 AM
#9
andyvon (AMC Alumnus)

Originally Posted by
clubdrock
Theres a couple ways to go about this,
1. http tracking link >> https lander domain >> http outlink >> http offer page
2. http tracking link >> http lander >> https out link >> http offer page (tracker must use a html redirect with this method as a php 302 redirect will not blank referrer)
You can test to see if the referrer is being blocked or not by setting up your funnel and using a referral checking service domain such as this (
http://nullrefer.com/what-is-my-referer.html) as if it was your offer.
As far as I know you can't do the ssl out link method with
Voluum, however Thrive offers this as an option.
After some testing I've found that the first method (using https landing pages) has less click loss for me. If you want ssl for your lander domains no need to buy an ssl certificate just add your domain to cloudflare.
I just tried your #1 solution, so http campaign link ==> https lander ==> http outlink and it seems like my
Voluum campaign data is going missing somewhere along the way... I get the following error after clicking the outlink:
Did you take any extra steps to handle that?
02-22-2016 10:14 AM
#10
imsquad (Member)
Voluum offers the https, just switch from custom domain to default Voluum domain for out link. You can continue to use your custom domain for campaign url but for the out link you have to use voluum default one for https. Also do keep in mind if the offer page is on https, all your referrers will be available to advertiser. DMR with HTTPS will hide 99.99%.
02-23-2016 04:39 AM
#11
clubdrock (Member)
@ andyvon
No extra steps are needed besides having your lander on a https domain and adding the landing page domain with https in volume.
02-23-2016 04:49 AM
#12
bluecrayon (Member)
For this scenario: HTTPS out link -> HTTP aff network offer tracking url -> HTTPS offer url
Would the referrer still be passed to the offer url?
02-23-2016 05:44 AM
#13
imsquad (Member)
no.. if there is any thing non https in between.. no referrer data will be passed.
02-23-2016 05:52 AM
#14
imsquad (Member)
http -> http, Referrer is passed.
https -> https, Referrer is passed.
http -> https, Referrer is passed.
https -> http, NO referrer is passed.
02-23-2016 08:55 AM
#15
fjk87 (Veteran Member)
The whole https to http discussion - isn't this very depending on the browser version the visitor uses? In theory, most up to date browsers should not pass a referrer by this setup, but from what I've seen in tests and read, there's quite a lot of referrers still leaked by using this method only (assuming not using a DMR).
The way I see it, https to http is according to 'standards' not passing a referrer, in reality though it does as a lot of older / custom browsers do not follow that rule. In case I'm wrong here feel free to correct me.
02-23-2016 09:36 AM
#16
imsquad (Member)
Yes, you are right fjk87, it depends lot on the browser, the standards says that no https data should be passed but if browser doesn't follow them, then it is going to leak them.
02-23-2016 10:32 AM
#17
bluecrayon (Member)

Originally Posted by
imsquad
Voluum offers the https, just switch from custom domain to default
Voluum domain for out link. You can continue to use your custom domain for campaign url but for the out link you have to use voluum default one for https. Also do keep in mind if the offer page is on https, all your referrers will be available to advertiser. DMR with HTTPS will hide 99.99%.
Have you tried this yourself? Voluum support told me otherwise:
"When setting up links on your campaigns, the domain used throughout needs to correspond.
So, when using a custom domain for the campaign URL, the click and tracking pixel URLs also need to correspond exactly.
Same applies to using one of our default domains.
I.e. Campaign URL uses 12345.voluumtrk.com
Click URL and tracking pixel within the same campaign will also have to use 12345.voluumtrk.com
This is due to the handling of redirection is based on the referring data."
02-23-2016 10:56 AM
#18
imsquad (Member)
My bad... yes.. what you said is right... what I wanted to say, switching to default domain wont affect your existing campaigns URL that you're already running on an ad networks. But for https out link to work, you have to have default Voluum domain campaign url.
02-23-2016 11:58 AM
#19
mykeyfocus (Member)
The Voluum postback an use their standard domain
02-25-2016 02:25 AM
#20
bluecrayon (Member)

Originally Posted by
imsquad
https -> http, NO referrer is passed.
What if your outlink is to the aff networks tracking link HTTP but they redirect to their HTTPS version?
https out > attempt to HTTP aff network tracking link > redirect to HTTPS version of aff network tracking link
02-26-2016 10:20 AM
#21
imsquad (Member)
It wont pass referrer, as soon as there is http after https LINK, browser has to stop sending any referrer data. But do keep in mind its browser's decision!!!
05-17-2016 12:08 AM
#22
eddiezhan (Member)
http://blankreferer.com
*Bump
Maybe This could be useful
05-17-2016 01:47 AM
#23
rush4life (AMC Alumnus)
any other options for direct linking other than DMR?
Home >
General >
Affiliate Marketing Forum