AbdFatah / analytics-issues

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

ga:timeOnSite returning 1.3443273E7 #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
--------------------------------------------------------------------------
NOTE: This issue tracking system is for developer products only.  If you
are not a developer/programmer and have a problem with a Google web site,
please report the problem to the appropriate group.  More information can
be found here: http://www.google.com/support/
--------------------------------------------------------------------------

Name of API affected:
Analytics Data Export API

Issue summary:
When the time output is too large the api returns a number like a calculator 
does when it is too 
large.  

Steps to reproduce issue:
1.request ga:timeOnSite
2.request large date range
3.use a popular site with a lot of hits and time on site

Expected output:
I want to see the real metric value instead of the "1.3443273E7"

Actual results:
You see a value such as "1.3443273E7" 

Notes:
This is a big problem

Original issue reported on code.google.com by lineback...@gmail.com on 30 Dec 2009 at 11:57

GoogleCodeExporter commented 9 years ago
This is called scientific notation...you multiply 10 times the exponent value 
(the number after the e) to get the actual value. This should be stored as a 
double using the Java Client library.

Original comment by nickski1...@gmail.com on 6 Jun 2011 at 4:58

GoogleCodeExporter commented 9 years ago
Removing an obsolete label that was used when these issues were in the 
gdata-issues project.

Original comment by jrobbins@google.com on 21 Jul 2011 at 10:04