When Google Analytics return data, it is in XML:
(this is just for the data of IE. there is also data for Firefox, Safari, etc, for the pageview counts)
<entry gd:etag='W/"AkMEQX47eSp7I2A9Wx5SE3Z."' gd:kind='analytics#datarow'>
<id>http://www.google.com/analytics/feeds/data?ids=ga:1234567&amp;ga:browser=Internet%20Explorer&amp;start-date=2010-08-03&amp;end-date=2010-08-10</id>
<updated>2010-08-09T17:00:00.001-07:00</updated>
<title>ga:browser=Internet Explorer</title>
<link rel='alternate' type='text/html' href='http://www.google.com/analytics'/>
<dxp:dimension name='ga:browser' value='Internet Explorer'/>
<dxp:metric confidenceInterval='0.0' name='ga:pageviews' type='integer' value='276395'/>
</entry>
Is there a way to quickly view it in a nice table format? Such as by applying a CSS to it? Seems like Google Analytics can possibly provide a CSS file that works well with their datafeed?