how to hide adsense pub code?

wannabegoodatseo

Power Member
Joined
Dec 19, 2021
Messages
598
Reaction score
190
hello,

is there a way to hide my adsense pub- id?

all i found on google is using javascript obfuscating.

anyone knows how to?
or it’s impossible?
 
Crating Javascript file AdSetup.js

And past this code.
JavaScript:
 <!--
google_ad_client = "xxxxxxxxxxxxxxxxxxx";
google_ad_channel = "xxxxxxxxxxxxx";
google_alternate_ad_url = "http://www.digitalpoint.com/ads/ads.php?t=seo";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_color_border = "FF88FF";
google_color_bg = "FFCCFF";
google_color_link = "000066";
google_color_url = "222222";
google_color_text = "222222";
//-->

and adding this code to connect he header.php


Maybe it's will work!
 
can u please explain again in details?
I am not clear..

thanks in advance
 
Back
Top