Unblock Adsense from adblocker extensions/addons?

Discussion in 'AdSense' started by Taranfx, Dec 24, 2010.

  1. #1
    ADBlockers are very popular among Chrome and Firefox users. The best example exists on my blog, which as a result, gives me less than HALF ad requests than page views. :(

    Do we've a workaround? :confused:
     
    Taranfx, Dec 24, 2010 IP
  2. adsenseaccountdisabled

    adsenseaccountdisabled Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    no, content is blocked entirely from loading, so the only thing you can do is document.getElementById in javascript and figure out if the content still exists, and if it does not, block the users access to the site and ask them to disable the addon. I recommend using google chrome's inspect element right click to view all of the html content available when the ad exists, then again with the addon enabled, and figure out a way to distinguish them. However, the addon probably allows users to add a block to your js detector. Good Luck!
     
    adsenseaccountdisabled, Dec 26, 2010 IP