Is it possible to hide referrals from Google Adsense?

divino1900

Registered Member
Joined
Aug 9, 2020
Messages
93
Reaction score
30
Is it possible to hide referrals (social traffic)from Google Adsense?
I see someone who's using two redirects.
I don't if it is allowed to post a link with his post.
 
It's allowed, show us what that guy's using.
 
Yes, he is using one of the automatically generates Google url redirects to cloak the refererer to be from a Google property (can be email, serp, docs).

Send yourself a website url in a Gmail account.

Inspect element the url and you will see the url to use.
 
Yes, he is using one of the automatically generates Google url redirects to cloak the refererer to be from a Google property (can be email, serp, docs).

Send yourself a website url in a Gmail account.

Inspect element the url and you will see the url to use.
I'm trying but with no results. Maybe I'm missing something. Idk
 
@divino1900

Code:
https://www.google.com/url?q=https://www.blackhatworld.com/seo/is-it-possible-to-hide-referrals-from-google-adsense.1440185/post-15669035&source=gmail&ust=1664604871304000&usg=AOvVaw2ZKTQPczmwREBhnLuMW5_l

dasdas (1).png
 
@divino1900

Code:
https://www.google.com/url?q=https://www.blackhatworld.com/seo/is-it-possible-to-hide-referrals-from-google-adsense.1440185/post-15669035&source=gmail&ust=1664604871304000&usg=AOvVaw2ZKTQPczmwREBhnLuMW5_l

View attachment 227244
Yes I tried this! But it’s still different with their links.

As you see, when l do it, &source=gmail

But their links have &source=web

And it looks like they get those links from Google Search then inspect, but they have a secret to redirect straight to their site, without “Redirect Notice”
 
Yes I tried this! But it’s still different with their links.

As you see, when l do it, &source=gmail

But their links have &source=web

And it looks like they get those links from Google Search then inspect, but they have a secret to redirect straight to their site, without “Redirect Notice”
I’m looking for solution too
 
Is it possible to hide referrals (social traffic)from Google Adsense?
I see someone who's using two redirects.
I don't if it is allowed to post a link with his post.
Hiding referrals 100% is not entirely reliable. You might hide some (or in some cases most) visitors, but some other visitors may end up leaking the true referral url.
 
Yes I tried this! But it’s still different with their links.

As you see, when l do it, &source=gmail

But their links have &source=web

And it looks like they get those links from Google Search then inspect, but they have a secret to redirect straight to their site, without “Redirect Notice”

search site:[your url here]

In order for the redirect from &source=web to work it has to be indexed on G.

Click the 3 dots to display the "About this result" popup for the url in SERP, then inspect element the url from there.

It will look like this
Code:
<a href="https://www.blackhatworld.com/seo/is-it-possible-to-hide-referrals-from-google-adsense.1440185/" ping="/url?sa=i&amp;source=web&amp;cd=&amp;ved=0CAQQw7AJahcKEwiIh8HN2rz6AhUAAAAAHQAAAAAQAg&amp;url=https%3A%2F%2Fwww.blackhatworld.com%2Fseo%2Fis-it-possible-to-hide-referrals-from-google-adsense.1440185%2F&amp;psig=AOvVaw0ukGG4HH6aFmHDlTnK2CM0&amp;ust=1664633884381447" tabindex="0" target="_blank">https://www.blackhatworld.com/seo/is-it-possible-to-hide-referrals-from-google-adsense.1440185/</a>

Copy what is in "ping=" and add G domain:
Code:
https://www.google.com/url?sa=i&source=web&cd=&ved=0CAQQw7AJahcKEwiIh8HN2rz6AhUAAAAAHQAAAAAQAg&url=https%3A%2F%2Fwww.blackhatworld.com%2Fseo%2Fis-it-possible-to-hide-referrals-from-google-adsense.1440185%2F&psig=AOvVaw0ukGG4HH6aFmHDlTnK2CM0&ust=1664633884381447
 
Back
Top