Recent Topics

1 Aug 18, 2013 13:43    

Been trying to add a couple of different devices to Analytics.

I've found a list of devices in _stats.php

So added lines which I had hoped would do the trick...

'win8' => '(windows nt 6.2)',
and
'winrt' => '(windows nt 6.2; arm)',

But not had any luck, they just show up as blank in the Analytics page now.

Previously they were showing up as winnt, is there somewhere else they need to be listed? In both cases I had them listed before winnt - as I was assuming that was acting as a catch all for any non specified NT devices.

2 Aug 25, 2013 20:30

This should work but it will only apply to new page hits. It will not retrospectively change existing hits. Does this make sense?

3 Aug 29, 2013 22:00

Yeah, tried it in Chrome and correct device shows up. Using IE however doesn't get detected properly, both browsers seem to be sending the right agent info to the server, but in device tab IE10 shows up as blank rather than Win8.

Would try and re-pro it with IE on Windows 7, but don't have it to hand.

4 Aug 30, 2013 11:30

Upon further testing, looks like it may only effect logged on users, probably due to how borked my skin is... ;-)


Form is loading...