exclude a page from a topic from google adsense?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saiff
    Senior Member
    • Mar 2010
    • 551

    [Site Builder] exclude a page from a topic from google adsense?

    hi,
    some times google adsense asks us to remove the ad code from a policy violation page.
    is there any way to exclude the topic who violates the adsense rules?
    https://www.vbulletin.com/forum/foru...re-waiting-for
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74149

    #2
    There is no way to exclude one topic within a forum. The only way would be to put that topic in a forum that doesn't display ad sense. You can edit the pages of individual forums and the topics within them using Site Builder.

    Well I shouldn't say "No Way". I am sure someone could come up with a custom coding solution or vb:if conditional that filters based on Node ID. This isn't supported with the Ad Module natively.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Emad ELsayed
      Senior Member
      • Jan 2013
      • 151
      • 4.2.x

      #3
      Originally posted by saiff
      hi,
      some times google adsense asks us to remove the ad code from a policy violation page.
      is there any way to exclude the topic who violates the adsense rules?
      You can currently block ads from specific channels

      <vb:if condition="!in_array($page['channelid'], array(16,26,30))">
      Ads Here
      </vb:if>

      Comment

      Related Topics

      Collapse

      Working...