Is there a way to check device stats between computer/tablet and mobile?
The images are obviously there but theres no column heading which leads me to believe they don't save the data ?
Help is much appreciated 
Vanilla P202 or the STM mobile mod? If it's anywhere it will be in group overview but I don't think vanilla logs these. It would be nice if it logged browser as well...
Bah, yeah it would be!
It would probably be pretty easy to add that to the STM mobile tracker but outside my capabilities. If you load up phpMyAdmin and look at your p202 database > 202_clicks_advance table you can see the columns for platform_id and browser_id which is what p202 seems to use when it spits out little android/chrome/ie images and so on. Unfortunately you can't just export all that table data because everything is cryptic other than the click_id (which is probably subid).
i'm no good in that area either. Guess i'll have to forget it hehe. It's just with googles new platform you cannot split computer and tablet which is so stupid but i was curious to see the difference in conversions.
I guess one solution there would be passing traffic through an intermediate script which identifies mobile vs desktop traffic and then changes the subid on the forwarding p202 link so that you can actually separate the data in p202.
I'm not worried about separating the data because it would make no sense as you cannot switch off tablet. Tablet and computer are 1 thing on google now. You can decrease bid for mobile, thats not an issue.
The STM Mobile Tracker can give you a pretty good idea if you look at the "Device" section - that'll show iPads as a separate device, for example, and I think most Android tablets too.
Vanilla Prosper would need a mod to do this. Having said that, it wouldn't be too hard to do - the simplest way would probably just be to run some device identification code at the start of the record loop and save the data into a C variable.
I would opt for the Ads -> mobilefilter.php -> prosper202 link option then. Where mobilefilter.php function is to detect whether the user is a tablet or desktop and send to p202 link1 or link2. That extra hop shouldn't add too much time to any redirects...