Adsense without "Ads by Google" Text

Status
Not open for further replies.


Code:
<div><script type="text/javascript">document.write(remaining_google_links);</script></div>
That is the code
 
feverinlove said:
you put this on and ads by google dissappear? me no understand
You have much to learn padawan

Code:
<script type="text/javascript" src="/show_ads03.js"></script>
<script type="text/javascript"><!-- 
	google_num_radlinks = 5; google_rl_filtering = 'medium'; google_max_radlink_len = 19;
	my_radlinks = '';
		
	function google_radlink_request_done(radlinks)
	{
		google_ad_client = 'primedia-cmmg-radlinks_js';
		google_ad_channel = 'cmmg-eurotuner';
		
		var str_rad = "";
		str_rad += '';
		 for(i = 0; i < radlinks.length; ++i){ str_rad += '<a class="menu" href="/offers.html?offer_name=Auto&kw=' + radlinks[i].url_escaped_term + '&kw_display=' + radlinks[i].url_escaped_term + '">' + radlinks[i].term + '</a><br>'; }
		 str_rad += '';
		//document.getElementById("google_radlinks").innerHTML = str_rad;
		my_radlinks = str_rad;
	}
//--></script>
<!--setup google adsense vars-->
<script type="text/javascript"><!--
	google_max_num_ads = 5;
	google_hints='2003 Audi S3 rs4, european car, kw coilovers, work meister s1 wheels, sparco,  widebody kit ,Eurotuner,';

	var url = window.location + "";
	if (url.indexOf('http://preview.') == 0) {
		url = 'http://www.' + 
		url.substr(15,url.length - 15);
	}
	google_page_url = url;
	google_skip=0;
	google_ad_output = 'js';
	google_ad_client = 'primedia-cmmg-cars_js';
	var google_ad_channel_val = 'cmmg-eurotuner';
	
	if (google_ad_channel_val && google_ad_channel_val != '0') {
		google_ad_channel = google_ad_channel_val;
	}
	google_kw_type = '';
	google_safe = 'medium';
	google_adtest  = 'off';
//--></script>
<!--/setup google adsense vars-->
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

That is the actual code, that is what good oll' Premium Publishers use, and you can only do that if you are a premium publisher which requires over 20 million pageviews a month to join up as
 
Thats gonna get you smoked by the big G..

You can only remove "advertise on this site" from your adsense panel
The point here is that the site in question is a premium advertiser, they are able to have more contol of the blending of ads and can remove the "Ads by Google" link
 
Status
Not open for further replies.