Bueno aquí os dejo un par de herramientas útiles para aquellos que compran dominios o si vas a comprar alguna reseña o algo por estilo, es bueno saber si adsense tiene baneado el dominio para evitar por ejemplo crear un proyecto entorno a un dominio y que después no puedas monetizarlo.
Las herramientas son:
Google sandbox:
Google AdSense Sandbox - Preview Tool for Google Ads introduces el dominio y te aparecen anuncios.
Si no te salen anuncios es que o el dominio está baneado por adsense o que tienes el adblock puesto, digo lo del adblock porque a mi me pasó una vez XD.
La otra herramienta es
http://www.isbanned.com/ metes la dirección del dominio y te dice si está baneado o no.
Pues bueno, esto es todo... espero que os ayude a evitaros sorpresas.
Está muiy interestante, acabo de probar la primera herramienta y fuciona muy bien. Te genera el siguiente código:
Código:
<script type="text/javascript">
google_gl = 'ES'; // ESTE ES PAIS QUE SELECCIONAS
google_ad_type = 'image';
google_image_size = '728x90';
google_page_url = 'http://TUDOMINIO.com'; // AQUI VA TU DOMINIO
google_kw_type = 'broad';
google_ad_client = 'ca-digitalinspiration';
google_ad_output = 'js';
google_adtest = 'on';
google_feedback = 'on';
google_language = 'en';
google_encoding = 'utf8';
google_max_num_ads = '1';
function google_ad_request_done(google_ads) {
var s = getCode(google_ads);
document.write(s);
return;
}
function getCode(google_ads) {
if (google_ads.length==0) {
return "";
}
var s = '';
if (google_ads[0].type == "flash") {
s += '<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' +
' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="' +
google_ads[0].image_width + '" HEIGHT="' +
google_ads[0].image_height + '"> <PARAM NAME="movie" VALUE="' +
google_ads[0].image_url + '"><PARAM NAME="quality" VALUE="high"><PARAM NAME="AllowScriptAccess" VALUE="never"><EMBED src="' +
google_ads[0].image_url + '" WIDTH="' +
google_ads[0].image_width + '" HEIGHT="' +
google_ads[0].image_height + '" TYPE="application/x-shockwave-flash" AllowScriptAccess="never"' +
' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br /><small>' +
google_ads[0].visible_url + '</small></p>';
} else if (google_ads[0].type == "image") {
s += '<p><a href="' +
google_ads[0].url + '" target="_blank"><img border="0" src="' +
google_ads[0].image_url + '"width="' +
google_ads[0].image_width + '"height="' +
google_ads[0].image_height + '"></a><br /><small>' +
google_ads[0].visible_url + '</small></p>';
} else if (google_ads[0].type == "html") {
s += '<p>' + google_ads[0].snippet + '</p>';
}
return s;
}
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
Es curioso
Gran aporte, me las apunto!
Me parecen super interesantes. Voy a probarlos a ver qué tal..
Siempre es interesante saberlo antes de comprar cualquier proyecto.
muy interesante muchas gracias!
se ve interesante, gracias