Google Adsense?
Verfasst: 16.09.2005 14:19
Hi All,
Welche platz in PHPbb template ist die beste platz für Google Adsense ??
Gruß,
salai.
Welche platz in PHPbb template ist die beste platz für Google Adsense ??
Gruß,
salai.
Natürlich der, der die besten Anzeigen und die meisten Klicks bringt.salai hat geschrieben:Welche platz in PHPbb template ist die beste platz für Google Adsense ?
Code: Alles auswählen
<!-- BEGIN switch_user_logged_out -->
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-4267689453885886";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_url = "FF6600";
google_color_text = "FF6600";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<!-- END switch_user_logged_out -->
Code: Alles auswählen
<!-- BEGIN switch_user_logged_out -->
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-4267689453885886";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel ="";
google_color_border = "E5E5E5";
google_color_bg = "E5E5E5";
google_color_link = "006699";
google_color_url = "006699";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
<!-- END switch_user_logged_out -->