Configure Adblock Disguise
[- ADROTATE PRO FEATURE -]
Showing adverts on your site is easy. Hiding them from adblock not so much. AdRotate Pro has a few measures to try and counter adblockers. One of which is a feature called Adblock Disguise. You can set this up in AdRotate Settings.
Configuring a string here will sort of scramble the output ad blockers look for to hide the adverts. If they don't know what to look for, they can't disrupt your adverts.
Create smart adverts
Hiding from an ad blocker isn't that hard in itself. The real problem comes from using services such as Google AdSense or Media.net and similar ad servers. They often use a standardized format for adverts and it's that format that the ad blocker looks for.
Such adverts are very hard to disguise and the adblocking features usually do not work for such adverts.
Most self created or non-standard adverts may benefit from Adblock Disguise.
Widgets
Due to the way WordPress works, every AdRotate widget has the phrase adrotate in it's outputted code. This can not be prevented. So to counter ad blockers you might want to consider to not use the AdRotate widget.
Instead, you can use a WordPress text widget and put an AdRotate shortcode in it. The shortcode is much more inconspicuous and easier to hide adverts in. Partly because the AdBlock Disguise feature works for it.
If your textwidgets do not support shortcodes in them (some themes don't allow it) you can enable shortcodes for text widgets in AdRotate Settings as well.
Avoid obvious phrases and keywords
AdRotate can only do so much to disguise your adverts. If you use standard keywords or names in your adverts its cover is blown immediately and anything AdRotate Pro does to hide the adverts is for nothing.
For example; Take a look at this simple HTML banner.<a href="http://www.arnan.me"><img alt="" src="http://cdn.ajdg.net/images/arnan-banner.png" /></a>
Notice how the filename has banner in it. Adblock disguise is unlikely to be effective for this advert.
Another example; This is another basic HTML advert.<a href="http://www.arnan.me"><img alt="" src="http://cdn.ajdg.net/images/arnan-200x200.jpg" /></a>
This advert is also likely to be hidden by adblock. Because the filename has 200x200 in it. Which is a common size for adverts.
It's therefore very important to not use words like; advert, ad, banner, advertising and similar in your adverts.
Also using common sizes for filenames are easily spotted. Common sizes are; 125x125, 468x60, 728x90 and a bunch more. Many people use these numbers in the filename for the banners for example.
Final example; Some themes add 'handy' wrapper tags:<div class="header-advertising">Your perfectly fine advert code</div>
Notice the name of the wrapper class header-advertising. An all too common practice used in many themes. Adblock Disguise will not be able to fool adblock until you edit your theme and rename/remove that class.