Google Adsense for Mobile Website

Google Adsense 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.

Related articles:

  1. Google ADSENSE and Violation of Copyrighted MATERIALS Couple days back I had received an email from Google...
  2. Articles Base – A Google Adsense publishers addiction to click income. In Articles Base, Steve Szasz has a posted a very interesting...
  3. AdSense + Chitika | Premium Contest: Win a Google Android G1 phone, Blackberry Storm, or iPhone Chitika giving away 1 of this year’s hottest phones, along...
  4. Google News on any web enabled mobile devices Now we can access google news on any web enabled...
  5. Google adds new Ad units format and comment about Channel Google has introduced a new ad unit 200 x 200 square...

Leave a Comment

Previous post:

Next post: