alooi14 / analytics-issues

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

Different data results for the same day (ex:2014-08-06) if we are changing interval only! #478

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Name of affected component: Core Reporting API

Issue summary:
Different data result for the same day (ex:2014-08-06) if we are changing 
interval only!

Steps to reproduce issue:
Will check data for date 2014-08-06  !!!

1.
Do select all dates from 2014-07-23 to 2014-08-07
Requested URL: 
https://www.googleapis.com/analytics/v3/data/ga?dimensions=ga%3Adate&start-date=
2014-07-23&end-date=2014-08-07&ids=ga%3A24707426&metrics=ga%3Avisits&filters=ga%
3Ahostname%3D%40feedback.userecho.com&alt=json&segment=gaid%3A%3A1616262679

Result for date 2014-08-06 is [u'20140806', u'33']

2.
Do select all dates from 2014-07-23 to 2014-08-10
Requested URL: 
https://www.googleapis.com/analytics/v3/data/ga?dimensions=ga%3Adate&start-date=
2014-07-23&end-date=2014-08-10&ids=ga%3A24707426&metrics=ga%3Avisits&filters=ga%
3Ahostname%3D%40feedback.userecho.com&alt=json&segment=gaid%3A%3A1616262679

Result for date 2014-08-06 is [u'20140806', u'32']

3.
Do select all dates from 2014-07-23 to 2014-08-22
Requested URL: 
https://www.googleapis.com/analytics/v3/data/ga?dimensions=ga%3Adate&start-date=
2014-07-23&end-date=2014-08-22&ids=ga%3A24707426&metrics=ga%3Avisits&filters=ga%
3Ahostname%3D%40feedback.userecho.com&alt=json&segment=gaid%3A%3A1616262679

Result for date 2014-08-06 is [u'20140806', u'23']

Expected output:
All requests should return the same result for the same day

Actual results:
Three different values: 33,32,23

Original issue reported on code.google.com by VMullaga...@gmail.com on 22 Aug 2014 at 9:39