If we wanted to show referels from AdSense... instead of content... can we just add the specific lines to the google_adsense_inc page or are there other locations, language_files etc, that need to be changed.
Specifically Referels add the following the Google code:
<script type="text/javascript"><!--
google_ad_client = "";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as_rimg";
google_cpa_choice = "";
google_ad_channel = "";
//--></script>
<script type="text/javascript" src="
http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Can the google_cpa_choice be added to that page without issue?