[jbosstools-issues] [JBoss JIRA] (JBIDE-13270) Windows 8 is not being reported in Google Analytics

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Mon Dec 10 11:09:17 EST 2012


    [ https://issues.jboss.org/browse/JBIDE-13270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740425#comment-12740425 ] 

Andre Dietisheim commented on JBIDE-13270:
------------------------------------------

looks like Google Analytics is not detecting Windows 8 correctly so far. These users are reported as Windows NT 6.2:

http://webmasters.stackexchange.com/questions/38006/how-does-windows-8-appear-on-google-analytics

For the full picture, the latest windows versions are all reported as Windows NT in the user agent, but they differ in the version. Google Analytics "translates" them into the correct windows names. Google Analytics is simply missing the "translation" for Windows 8 so far (js code that does the very same translation http://stackoverflow.com/questions/13487856/get-specific-windows-version-by-javascript):

{code}
{
   SubString: "Windows NT 5.1",
   NickName: "Windows XP"
},
{
   SubString: "Windows NT 5.2 ",
   NickName: "Windows Server 2003/Windows XP x64 Edition"
},
{
   SubString: "Windows NT 6.0",
   NickName: "Windows Vista"
},
{
   SubString: "Windows NT 6.1",
   NickName: "Windows 7"
},
{
   SubString: "Windows NT 6.2",
   SpecialString: "ARM",
   NickName: "Windows RT"
},
{
   SubString: "Windows NT 6.2",
   NickName: "Windows 8"
}
{code}
                
> Windows 8 is not being reported in Google Analytics
> ---------------------------------------------------
>
>                 Key: JBIDE-13270
>                 URL: https://issues.jboss.org/browse/JBIDE-13270
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: usage
>    Affects Versions: 4.0.0.Final
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 4.0.x
>
>         Attachments: windows8-not-reported.png
>
>
> We can't spot any Windows 8 being reported by usage in Google Analytics:
> !windows8-not-reported.png!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list