Google ADSENSE and Violation of Copyrighted MATERIALS
Couple days back I had received an email from Google Adsense support team I am violating Google Adsense policy and they have stopped serving ads to my site. The reason for this being that I was showing ads in content which for a copyrighted materials. This was mail I had received.
While reviewing your account, we noticed that you are currently displaying Google ads in a manner that is not compliant with our policies. For instance, we found violations of AdSense policies on pages.
As stated in our program policies, AdSense publishers are not permitted to place Google ads on sites involved in the distribution of copyrighted materials.
As a result, we have disabled ad serving to the site.
Your AdSense account remains active. However, we strongly suggest that you take the time to review our program policies (https://www.google.com/adsense/policies ) to ensure that all of your remaining pages are in compliance.
Please note that we may disable your account if further violations are found in the future.
Initially I couldn’t understand what exactly was the reason for this but later I could figure out what they are talking about. And the next question was whether I can show adsense on these pages on the sidebar and below the content. And to this I got the reply from the adsense support team that
Our program policies state that ads cannot be displayed on any pages that distribute copyrighted materials or violate our terms and conditions in any way. This includes ads placed outside the content or on the sidebars of such pages.
Hence I am in the process identifying the posts which violates the above mentioned policy and not show ads on these pages. Really a big task !!!
Google Adsense for Mobile Website
Google has announced Adsense for mobile. In the adsense products section for the publishers a new section has been added for Mobile Adsense which allowes the publishers to select the Ad format and customize colors. The adsense code for mobile is currently available in the following scripting languges.
- PHP
- CGI/Perl
- JSP
- ASP
and a sample mobile website adsense code for PHP looks as shown below
<?php
$GLOBALS['google']['ad_type']=’text’;
$GLOBALS['google']['channel']=”;
$GLOBALS['google']['client']=’pub-*****************’;
$GLOBALS['google']['format']=’mobile_single’;
$GLOBALS['google']['https']=$_SERVER['HTTPS'];
$GLOBALS['google']['host']=$_SERVER['HTTP_HOST'];
$GLOBALS['google']['ip']=$_SERVER['REMOTE_ADDR'];
$GLOBALS['google']['markup']=’xhtml’;
$GLOBALS['google']['output']=’xhtml’;
$GLOBALS['google']['ref']=$_SERVER['HTTP_REFERER'];
$GLOBALS['google']['url']=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
$GLOBALS['google']['useragent']=$_SERVER['HTTP_USER_AGENT'];
require(’http://pagead2.googlesyndication.com/pagead/show_ads.php’);?>
So now all mobile website owners can earn money through Google adsense for mobile.
Unable to Delete a blog using blogger account.
Blogger displays an error bX-tkcah7 while trying to delete an existing blog from the account. And also the additional information displayed looks more like a developer’s debug message than a useful error information for an user. Hopefully this will be answered in this forum.