Google Auto Ads

Google AdSense now has the ability to insert advertisements in places that it finds appropriate.

Adding banner and sidebar ads

Auto ads don't always work very well, or they're slow to appear with your ever-changing forum content. You can have POP Forums deliberately place ads for you as a banner along the top, and a sidebar along the right. On smaller screens, the sidebar drops to the bottom of the page.

Sample ad code generated by AdSense:

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
	 style="display:block"
	 data-ad-client="ca-pub-1234567890123456"
	 data-ad-slot="1234567890"    <------ use this number
	 data-ad-format="auto"
	 data-full-width-responsive="true"></ins>
<script>
	(adsbygoogle = window.adsbygoogle || []).push({});
</script>