Ad Injection and W3 Total Cache, partial ad code being inserted
-
Hi, I have code like the following in the Ad Injection fields :
<script type="text/javascript"><!-- google_ad_client = "xxx"; /* high contrast blue */ google_ad_slot = "12711"; google_ad_width = 468; google_ad_height = 60; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>Yet, when I enable W3 Total Cache, the ads stop appearing. In checking the rendered page, when caching is enabled, the ad code is snipped for some reason, and the last portion is simply dropped, leaving only:
<script type="text/javascript"><!-- google_ad_client = "ca-pub-0448955880093822"; /* high contrast blue */ google_ad_slot = "1271162507"; google_ad_width = 468; google_ad_height = 60; //-->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Ad Injection and W3 Total Cache, partial ad code being inserted’ is closed to new replies.