AbdFatah / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Expose histogram buckets and underlying data in the API #205

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Name of related component: Data Export API
Request summary:

It should be possible to access the histogram buckets/data via the API. Current 
"Site Speed" reports expose this data under the "technical tab", which allows 
you to see the underlying distribution of the timing data, but there is no API 
method currently to export this data outside of GA.

For performance oriented analytics averages are useful but can be very 
deceiving: most distributions are skewed or multi-modal, which makes the 
"average" a meaningless metric in many cases.

Use Cases:

Performance analysis of page loading times, or any custom metrics (surfaced in 
user timing reports). 

http://www.igvita.com/2012/04/04/measuring-site-speed-with-navigation-timing/ - 
shows why the underlying distributions can be much more interesting and 
important than just looking at the averages.

Original issue reported on code.google.com by igrigo...@google.com on 1 May 2012 at 2:19

GoogleCodeExporter commented 9 years ago
Is there any other way to calculate apdex values for my applications without 
this data exposed through API?

Original comment by horacio....@gtempaccount.com on 26 Jul 2012 at 10:34

GoogleCodeExporter commented 9 years ago

Original comment by api.pe...@gmail.com on 16 Nov 2012 at 3:27