Copy Code
<script src="//m.servedby-buysellads.com/monetization.js"></script>
Create an empty element where the ads will load:
<div id="responsive-js"></div>
Call this function to load the ad into the target container.
<script> (function () { if (typeof _bsa !== 'undefined' && _bsa) { _bsa.init( 'responsive', 'CVADC53U', 'placement:publishercom', { target: '#responsive-js', id: 'responsive' } ); } })(); </script>