Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202

Prosper Device Stats? (9)


08-15-2013 09:13 PM #1 wildfing (Member)
Prosper Device Stats?

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


08-15-2013 09:22 PM #2 zeno (Administrator)

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


08-15-2013 11:20 PM #3 wildfing (Member)

Bah, yeah it would be!


08-16-2013 12:59 AM #4 zeno (Administrator)

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).


08-16-2013 01:35 AM #5 wildfing (Member)

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.


08-16-2013 02:26 AM #6 zeno (Administrator)

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.


08-16-2013 09:58 AM #7 wildfing (Member)

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.


08-16-2013 10:35 AM #8 caurmen (Administrator)

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.


08-16-2013 10:53 AM #9 zeno (Administrator)

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


Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202