Google-analytics – Browser trending on Google Analytics (data normalization)

google analytics

We have seen the graphs that show the global browsers trending along time, in a scale from 0% to 100%

I'd like to get the same for my site using Google Analytics, but but in this case the scale is not a percentage, instead is the number of users ( i.e. 0 to 2000 ).

This would be ok if every day the same mount of users are accessing the site, but since there are natural spikes (due to week days or other events) the "browser trending" graph is following the same bumps, making it unreadable.

What I'm looking for is a way to normalize this data in a 0-100% range, but Google Analytics faqs were not useful.

Best Answer

I think it should be possible to create such a report using the Google Analytics Reporting API in combination with the UrlFetch features of Google Apps Scripts. With some programming you could create a Google Docs spreadsheet with normalized data.