Hide Referrer / Traffic Domains

Trilochan

Newbie
Joined
Sep 20, 2022
Messages
4
Reaction score
2
Hi Guys,

I am writing to request some guidance from you all.

Currently, I am using Google Ads to drive traffic to our affiliate's campaign. However, we would like to hide the fact that we use Google Ads as our referral source.

Additionally, I would like to change the referral domains in my affiliate links. Would it be possible for you to provide us with some guidance on how to do this?

I would really appreciate it! Thank you so much for your time and attention.
 
If on your landing page you have a link you can add the
Code:
rel="noreferrer"
tag to it.

Code:
https://www.reliablesoft.net/noreferrer-noopener/

Additionally you can also add this meta tag:

Code:
<meta name="referrer" content="no-referrer">

Also, server side solution if you don't have a landing page, is to use a code that handles the redirection browser side.

Code:
https://www.php.net/manual/en/function.header.php
 
If on your landing page you have a link you can add the
Code:
rel="noreferrer"
tag to it.

Code:
https://www.reliablesoft.net/noreferrer-noopener/

Additionally you can also add this meta tag:

Code:
<meta name="referrer" content="no-referrer">

Also, server side solution if you don't have a landing page, is to use a code that handles the redirection browser side.

Code:
https://www.php.net/manual/en/function.header.php
is any Cloaker help with this? Google Ads does not support redirections.
 
is any Cloaker help with this? Google Ads does not support redirections.

I've never used paid cloakers, so I don't know. I just told you how that can be achieved by coding.

If you are worried that Google Ads don't support redirections, then even cloakers aren't allowed. So...

The point is, you can't (is possible with browser extensions only) hide the referrer if you redirect the user from Google directly to the affiliate campaign.
 
Back
Top