Since this extension asks for the Adesnse pub-xxxxxxxxxxxxxxxx
Should I take it out of my ad code for them to display?
I have this for under the header add and its not showing up
<div align="center">
<style type="text/css">
.adslot_1 { width: 320px; height: 100px; }
@media (min-width:500px) { .adslot_1 { width: 468px; height: 100px; } }
@media (min-width:800px) { .adslot_1 { width: 728px; height: 100px; } }
</style>
<ins class="adsbygoogle adslot_1"
style="display:inline-block;"
data-ad-client="ca-pub-xxxxxxxxx"
data-ad-slot="xxxxxxxx"
></ins>
</div>
shoudl I remove the data-ad-client="ca-pub-xxxxxxxxx"
line?
Update, I tried removing that line and it didnt work. Not sure how to get the Adsense ads to show up here.