how do you confirm if this is working after the installation???
i just placed the entire script in the locations i want my google ads to be and changed the part where the pub is found
example:
Quote:
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
/* 468x60, created 12/24/08 */
google_ad_slot = "7982207914";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
|
just changed "pub-xxxxxxxxxxxxxxxx" to "$post[ad_client_id]" and added the:
Quote:
google_ad_channel ="$post[ad_channel]";
|
somewhere within the script..
is this ok??????