Question about Adsense

0 replies
  • SEO
  • |
Hi, inserting adsense via sidebar text widget is simple enough. But this time I want to insert an ad under the header (the ones that look like nav bars/menus).

Im using prosense and it has php templates for each ad location already. I am just wondering what am I supposed to do? Do I just paste the adsense html somewhere in here and change the publisher id?

Below is one of the php templates in editor

PHP Code:
<div id="adsense_homepage_linkunit">
<
script type="text/javascript"><!--
google_ad_client "pub-1199705375920649";
google_ad_width 468;
google_ad_height 15;
google_ad_format "468x15_0ads_al";
google_ad_channel "";
google_color_border "F7F7F7";
google_color_bg "F7F7F7";
google_color_link "5C82EF";
google_color_text "000000";
google_color_url "5C82EF";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> 
#adsense #question

Trending Topics