kalnyc67 / analytics-issues

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

avgPageLoadTime Metric Reports Zero if segment applied #545

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
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:
When executing a reporting API query that contains both the metric 
avgPageLadTime and a segment (for example: deviceCategory==desktop), the value 
for the metric is returned as zero.  This has worked flawlessly in the past.  I 
can still pull both pageLoadSample and pageLoadTime.  So I am able to perform 
my own calculation, but the API should be able to pull this metric directly.

Steps to reproduce issue:
1.
2.
3.

Expected output:
The actual value of (ga:pageLoadTime / ga:pageLoadSample / 1000) NOT zero

Actual results:
Zero for value of metric

Notes:

Original issue reported on code.google.com by j48g...@gmail.com on 9 Dec 2014 at 7:05