AbdFatah / analytics-issues

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

ga:uniqueEvents returns incorrect value for current day #251

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.): HTTP

Issue summary:
Querying for a regular daily trend on ga:uniqueEvents returns wrong value for 
the current day (and possibly, recently finished day). Same appears true for 
the Google Analytics site.

Steps to reproduce issue:
1. Navigate to {REPRO_URL}
2. Observe what's described in the notes below.

Expected output:
Expected correct value for the current day.

Actual results:
The value for the current day is completely wrong - in fact, it looks like its 
the value for ga:visits.

Notes:

Here's the URL I access (today being 2012-12-18 3pm PST)
https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A62387840&metrics=ga%3Au
niqueEvents&dimensions=ga%3Adate&start-date=2012-11-26&end-date=2012-12-18&acces
s_token=<redacted>

Here's the output for the last 5 days:
Looking at data returned for last 5 days, last value clearly not even in the 
ballpark.

... 
["20121214","114"],["20121215","100"],["20121216","97"],["20121217","114"],["201
21218","2522"]]}

This issues apparently fixes itself after some time. The same query I did 
yesterday (2012-12-17) reported wrong number for 20121217, but now it reports 
correctly.

Original issue reported on code.google.com by cont...@crucialmetrics.com on 18 Dec 2012 at 11:32