View Single Post
Old 08-19-2009, 08:09 AM  
WiredGuy
Pounding Googlebot
 
Industry Role:
Join Date: Aug 2002
Location: Canada
Posts: 34,452
Quote:
Originally Posted by kristin View Post
I'm not so sure about that, I could be wrong.... been known to happen. : ) How I'm reading it (and I'm no coder by any means) is that any of these types of devices that are not from Windows NT is sent to a Yahoo.com whitelabel of BrazzersMobile. So Symbian traffic, Kindle, or anything with wap in it, etc. when detected goes to a Yahoo WL.

------------------------------------------------------------------------------------------

elseif(preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wa p|vodafone|o2|pocket|kindle|mobile|pda|treo)/i',$user_agent) &&
!preg_match('/AutoUpdate/i',$user_agent) && !preg_match('/Windows NT/i',$user_agent))
{
$mobile_link = "http://enter.brazzersmobile.com/track/NDAzODI3OjQ0OToxMTI/?autocamp=BZM_HANDHELD_YAHOO.COM&wl=yahoo.com"; // Other handheld device
}


You're right. I was just looking at the code sample Chris posted that didn't include the if statement (after the code dump before the conversation with brazzers) and assumed because it said handheld_yahoo that it was for Yahoo devices. Seems if its any of these: up.browser|up.link|mmp|symbian|smartphone|midp|wa p|vodafone|o2|pocket|kindle|mobile|pda|treo and as long as you're not on WinNT or AutoUpdate field (??), then you'd get redirected. And seeing that big ones such as smartphone or pda or treo or mobile are in that list, that does seem like a much bigger marketshare of mobiles than I originally thought.
WG
__________________
I play with Google.

Last edited by WiredGuy; 08-19-2009 at 08:11 AM..
WiredGuy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote