Blocking Obscene/Unwanted Ads in Google Adsense

Since few days we were noticing some really obscene ads of a Gaming website on our blog. After quick search we found that these Ads were from a website called evony.com. We received lot of concerns/comments from our website visitors who were restraining to visit us from their work area just because of these ads. Evony ads are like a virus for a lot of people’s websites. Not only is it obnxoius to be overrun with ads from one site, it’s even worse when the ads look god awful. Below is how to block the evony ads from your adsense account. Login to your Adsense account. Go to the Adsense Setup tab. Click on Competitive Ad Filter in the submenu. Add following domains then click Save.
evony.com evonyonline.com
Code language: HTML, XML (xml)
You can also use this feature of Google Adsense to block any Ads from your competitors’ ads, from appearing on your pages.

View Comments

Share
Published by
Viral Patel
Tags: google adsense How-To

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago