RansNet ads server for external portal

RansNet cloud advertising server empowers venue owners or agencies to centrally manage and stream Wi-Fi advertisement (image or video banners) to their target portals/locations, schedule ads push at different time/date with different weights, and report statistics on impressions and click-through rates etc. The ads push natively works with mbox captive portal as a pop-up prior to login page. See video here for details.

However it is also possible to use this platform to push advertisement to external/3rd-party captive portal or literally any web pages, so that customers or partners can use our platform for advertising without dependency on mbox infrastructure. To do this, you just need to download this sample ads html code and embed it into your external portal or web page, replace the ads string below with your own CMS code (highlighted in bold, should be generated from your own ads zone, see video here to generate CMS code).


-----------------------------------<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="chrome=1,IE=edge" /><title>Test Ads Pop-Up</title>
<script src="script/jquery-1.11.3.min.js"></script><script type='text/javascript'><!--//<![CDATA[ var ox_u ='https://portal.ransnet.com/adserver/www/delivery/al.php?zoneid=535&cb=1628442848388948&layerstyle=simple&align=center&valign=middle&padding=4&shifth=0&shiftv=0&closebutton=t&backcolor=FFFFFF&bordercolor=FFFFFFd'; if (document.context) ox_u += '&context=' + escape(document.context); document.write("<scr"+"ipt type='text/javascript' src='" + ox_u + "'></scr"+"ipt>"); //]]>--></script>
</head><body><h1>This is a sample</h1></body></html>-----------------------------------