Use an advanced theme: qa-theme.php
Overwrite:
function a_list($a_list) {
if(!qa_is_logged_in() && $this->template!='qa') {
// google ads
$this->output('
<div class="adholder-mid">
<script async src="
http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-123456789"
data-ad-slot="55123456789"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
');
}
// call default method output
qa_html_theme_base::a_list($a_list);
}