Google vient de lancer Adsense pour mobile. Vous pouvez maintenant le choisir dans votre panel et l’intégrer dans la version de votre site pour mobile. Même s’ils sont encore rares, vous pourrez ainsi monétiser vos visiteurs nomades.
Voici à quoi ressemble le code en PHP :
<?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’);?>