Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have copied and pasted the following code into my page, but it seems to be having no effect. It should have a fall back block colour, but nothing is showing.

Code copied/pasted straight from google

    <script type="text/javascript"><!--
google_ad_client = "ca-pub-7972043490779920";
/* SALF */
google_ad_slot = "4085311300";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
share|improve this question
1  
Looks like you're missing your jQuery tweet js file which is causing a JavaScript error. Try fixing that to see if that is causing any issues. – John Conde Nov 2 '11 at 16:08

1 Answer

In my experience, sometimes it just take about 10 minutes for adsense to display ads, IF you are running ads for the first time on that website .

also in some cases you must have some keywords for adsense to display relevant ads .

and in some other cases, for exemple if your domain is an adult domain with some adult keywords in the domain name it will not show ads at all .

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.