I just bought a website and it has adsense on it. Anyway, I obviously want my ads to be shown so can I just change the publisher id in the adcode? The adcode is I think old adsense code as it looks differently to newly generated code.
Newly generated code seems to screw up the whole template so i was hoping I can just change my publisher id in the current code. Anyway when I done it the ads show up but when i get the info for the frame it has a URL which starts with pagead2.googlesyndication.com/pagead/ads?client=ca-pub-xxxxxxxxxxxxxx
The pub id in the URL is the old publishers id, so even though I edited the code it still, for some reason, is sending the old publisher id as part of the URL. Anyone got any ideas as to why this is happening? Is this going to my adsense account or the old owner's adsense account?
Code:
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxx";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "1d1d1d";
google_color_bg = "1d1d1d";
google_color_link = "FFFFFF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Newly generated code seems to screw up the whole template so i was hoping I can just change my publisher id in the current code. Anyway when I done it the ads show up but when i get the info for the frame it has a URL which starts with pagead2.googlesyndication.com/pagead/ads?client=ca-pub-xxxxxxxxxxxxxx
The pub id in the URL is the old publishers id, so even though I edited the code it still, for some reason, is sending the old publisher id as part of the URL. Anyone got any ideas as to why this is happening? Is this going to my adsense account or the old owner's adsense account?





