AbdFatah / analytics-issues

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

Some visit data disappeared when start-date is set too early #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Name of API affected:
Analytics Data Export API

Issue summary:
All visits was in 2010, but setting different start-date year affects 
results.

Steps to reproduce issue:
1. Querying https://www.google.com/analytics/feeds/data?
ids=ga%3A8698490&dimensions=ga%3ApagePath%2Cga%3Adate&metrics=ga%3Apageviews
&filters=ga%3ApagePath%3D~%5E%2Foffers%2F4466.*&start-date=2008-01-28&end-
date=2010-03-30&max-results=50 produces following results:

/offers/4466    02-12-2010  1
/offers/4466    02-15-2010  1
/offers/4466    03-10-2010  6
/offers/4466    03-11-2010  3
/offers/4466    03-12-2010  2
/offers/4466    03-18-2010  1
/offers/4466    03-23-2010  1
/offers/4466    03-28-2010  1
/offers/4466    03-29-2010  4

2. But same query with start-date set to 2007, or early 
https://www.google.com/analytics/feeds/data?
ids=ga%3A8698490&dimensions=ga%3ApagePath%2Cga%3Adate&metrics=ga%3Apageviews
&filters=ga%3ApagePath%3D~%5E%2Foffers%2F4466.*&start-date=2007-01-28&end-
date=2010-03-30&max-results=50 gives:

/offers/4466    02-15-2010  1
/offers/4466    03-10-2010  6
/offers/4466    03-11-2010  3
/offers/4466    03-12-2010  2
/offers/4466    03-18-2010  1
/offers/4466    03-29-2010  4

Expected output:
Expected to see exactly same results, since page was created in 2010

Actual results:
Some rows missing (changing max-results doesn't help)

Original issue reported on code.google.com by v.st...@gmail.com on 29 Mar 2010 at 8:57

GoogleCodeExporter commented 9 years ago
Most likely your data is getting sampled. Please check if any of you confidence
intervals are != 0.

Original comment by nickski1...@gmail.com on 29 Mar 2010 at 9:07

GoogleCodeExporter commented 9 years ago
Just checked that, all confidenceIntervals are ='0.0'

I can paste the original XML here.

Original comment by v.st...@gmail.com on 29 Mar 2010 at 9:35

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