I post this question on behalf of my tech team. We simply put the following Google AdSense code into the
(I cross the publisher number in this posting)
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxx";
/* 728x90, created 6/1/08 */
google_ad_slot = "6307144564";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> The result is is forever running, never shows up, if we copy the same code into a static page :
Adsense shows, does anyone know the reason why AdSense does not work/show in ? (a dynamic page)
Thanks for your help!!