What is Prebid.js?
Prebid.js is a feature-rich header bidding platform for the web, including more than 200 demand sources and 15 analytics adapters. It supports currency conversion, GDPR, common ID systems, and multiple ad servers.
Tag Archives: ads
Google – Guide to ad sizes
Simple AdBlock detection using javascript / jquery
This is how!
<script type="text/javascript">
var adblock = true;
</script>
<script type="text/javascript" src="adframe.js"></script>
<script type="text/javascript">
if(adblock) {
//adblock is installed and enabled on this site :-D
}
</script>
adframe.js:
adblock = false;
Source: http://stackoverflow.com/questions/18180598/ad-blocker-detection-aka-adblock-plus
Revive Adserver – Free Open Source Ad Server
Introducing Revive Adserver