AdSense - no money for clicks...

Status
Not open for further replies.

Houdas

Member
Dec 18, 2006
745
19
18
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:

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>
whereas on the new ads i want to put on a new site, it looks like this:

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 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
 


How long has this been going on?

I remember reading something about this recently, and I'm pretty sure the clicks will eventually credit to your account even if Google is on a delay. How long have you been noticing it? If it's been a couple days, maybe contact google... but if it's only been a few hours I would just wait it out and see what happens.
 
It's been about a 7-10 days now (i forgot about it a bit). I will contact google and ask them whats up. Thanks!
 
Status
Not open for further replies.