This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Block all ads except all Google ads?

Hi folks,

I always set on the URL Filter of the Web-Proxy the URL Category "Suspicious" to be filtered.

Now a customer complained that no google ads and sponsored links are displayed when he searches with google. That's because in this category web ads are filtered.

So I'm about to allow these ads, but i still want all other ads to be filtered.

How do I do this? I think I have to put something in "Always allow these URL's/Sites". But wthat to put there? ( I'm not down with this regex expressions, is there any lecture about it?)

Thanks, Albeck.


This thread was automatically locked due to age.
Parents
  • If you are talking about the ads that are displayed on the google search page, you can add an exception under
    webprotection--> web filtering-->URL Filtering (tab) and under always allow these sites add googleadservices and hit apply.
    This will let you click on the ads on the search engine page.
  • Yes, thats exactly what I did, but it has to be somethiing http://*[A-Z][0-9]blablup*googleadservices.*.com/*[A-Z]


    And that's what I don't know, these regex expressions. So how does this exception has to be set exactly?

    Thanks so far [:)]
  • No regex needed. Just add the keyword you want allowed. Not as nice as regex but works for easy problems like the one you are having.

    Probably something like 
    ^http://[A-Za-z0-9.-]+\.googleadservices\.com/
     would work if you want to use regex under advanced settings. Regex is not required for keywork exceptions under url filtering.

    Hope this helps
Reply
  • No regex needed. Just add the keyword you want allowed. Not as nice as regex but works for easy problems like the one you are having.

    Probably something like 
    ^http://[A-Za-z0-9.-]+\.googleadservices\.com/
     would work if you want to use regex under advanced settings. Regex is not required for keywork exceptions under url filtering.

    Hope this helps
Children