Blending Adsense for Mobile - SEO
I've been tinkering with Adsense for Mobile on my experimental mobile sites.
First of all, that gray background has got to go. Luckily, it looks like you can set the color_bg, color_link, color_url, and color_text properties.
I've had varying amounts of success using blended vs. contrasting ads on my non-mobile sites, so we'll see which works better for mobile sites. I've also got some theories on ad placement on mobile devices, so we'll see if those prove true. More on this later....
PHP version example:$GLOBALS['google']['format']='mobile_double'; $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']; $GLOBALS['google']['color_bg']="FFFFFF"; $GLOBALS['google']['color_link']="003333"; $GLOBALS['google']['color_url']="003333"; $GLOBALS['google']['color_text']="666666";
Posted on Mon, 17 Sep 2007 16:11 by wombat (296 day(s) old)
