rxz99 / analytics-issues

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

Error in some calculated metrics while using Google Analytics add on #742

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google Analytics libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Name of affected component: Core Reporting API

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.):

Issue summary:
While using the Google Analytics Add On I realised that some (calculated) 
metrics give incorrect results or have problem with the number format:
ga:sessionDuration
ga:pageviewsPerSession
ga:avgSessionDuration

Steps to reproduce issue:
1. Install Google Analytics Add On
2. Configure ga:sessions, ga:sessionDuration, ga:pageviewsPerSession and 
ga:avgSessionDuration as metrics and ga:date as dimension. 
3. Go to report output

Expected output:
Date 1-8-2015
Session Duration 754    
Avg. Session Duration   27,92592593
Sessions 27

Actual results:
Date 1-8-2015
Session Duration 754.0  
Avg. Session Duration   27.925.925.925.925.900
Sessions 27

NOTE:
Session Duration should be 754 or 754,0 according tot my number format. 

Original issue reported on code.google.com by ricardo....@gmail.com on 25 Sep 2015 at 5:06

GoogleCodeExporter commented 8 years ago
Sorry, it is a known issue which can be solved by locale settings.

Original comment by ricardo....@gmail.com on 25 Sep 2015 at 8:47