Copy Code
<script src="//m.servedby-buysellads.com/monetization.js"></script>
Create an empty element where the ads will load:
<div class="sticky-js"></div>
Call this function to load the ad into the target container.
<script> (function() { if (typeof _bsa !== 'undefined' && _bsa) { _bsa.init('custom', 'CVADC53U', 'placement:publishercom', { target: '.sticky-js', id: "sticky-js", template: ` <a class="sticky-bar" style="background-color: ##backgroundColor##; color: ##textColor##" href="##link##" rel="sponsored noopener" target="_blank" title="##company## — ##tagline##"> <div class="native-main"> <img class="native-img" src="##logo##"> <div class="native-details" style="color: ##textColor##"> <span class="native-tagline">Sponsored by ##company##</span> <span class="native-desc">##description##</span> </div> <span class="native-cta" style="color: ##ctaTextColor##; background-color: ##ctaBackgroundColor##;">##callToAction##</span> </div> </a> <div class="native-hide" style="background-color: ##textColor##; color: ##backgroundColor##; border: solid 1px ##backgroundColor##;" onclick="_bsa.close('sticky-js')">✕</div> ` }); } })(); </script>