okay i haven't been using adsense for some time so i probably missed some news, but did the javascript ad-insertion code change recently? on some old sites i have, it looks like this:
whereas on the new ads i want to put on a new site, it looks like this:
i wouldn't mind, but the problem is --
i dont get any money for clicks on the new ads (everything okay with the old ads)...
anybody know where could be the problem? thanks
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXXX";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_ad_channel = "XXXXXXXXXX";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "dc0000";
google_color_text = "000000";
google_color_url = "00573e";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXX";
google_ad_slot = "XXXXXXXX";
google_ad_width = 160;
google_ad_height = 600;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
i dont get any money for clicks on the new ads (everything okay with the old ads)...
anybody know where could be the problem? thanks