A good way to learn if your anti-adblock messages are working is to track the adblock status in Google Analytics.  This small bit of javascript will send change notifications to an already installed and enabled Google Universal Analytics.

Add this code to your System - Ad Block Reactor plugin, in a new "Change Action" item.

document.addEventListener('ABREvent',function(e){
var label = Joomla.getOptions('plg_system_adblockreactor').lastreport===null?'detected':'changed';
var value = window.adblockreactor.vars.lastreport?'enabled':'disabled';
ga('send', 'event', 'adBlocker', label, value);
},false);

You should see something like this when you're done:

javascript

 

After your users have a chance to react to your requests to turn off their ad blockers, you should see some data like this in Google Analytics:

analytics view