I tried looking for this question online and even on this site, but could not find the exact answer I was looking for. So I apologize if this question is repeated.
My question is about how web analytics tools report which version of IE a user is using and if that is based on the various browser mode/standards mode. So for example when I build a site I can include the meta tag:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
Just in case for anyone who doesn't know, this will force IE to render the page using IE 7 standards. You can do this for almost any version of IE from 7 & up.
So lets say I use this on my site. When I have my analytics tool (lets say web trends), grab the users version of IE will it show as IE7 even if they are using IE8?