Sticky Box is a small box positioned in the bottom right corner of the browser window. It is dismissible, and stays dismissed for 24 hours.
Look at the bottom right corner of the page.
<script src="//m.servedby-buysellads.com/monetization.js" type="text/javascript"></script>
<script>
(function(){
if(typeof _bsa !== 'undefined' && _bsa) {
// format, zoneKey, segment:value, options
_bsa.init('stickybox', 'CKYD623L', 'placement:demo');
}
})();
</script>
Options | Description | Default | Values |
---|---|---|---|
target | Use a different ID on the div element. | _stickybox_ |
string |
platforms | You can restrict the unit to desktop or mobile. | ['desktop', 'mobile'] |
array |
id | ID for the containing div element. | _default_ |
string |
path | You can retrieve ads server-side vs client-side in the browser. See example. | //srv.buysellads.com/ads/[zoneKey].json |
string |
ip | This is for testing in case you need to trigger an ad request that is geo-targeted and you're working locally or not from an IP address that will serve for a given GEO targeted ad. | null |
string |