AbdFatah / analytics-issues

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

Problem with visualizatiom of visits detail report #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
--------------------------------------------------------------------------
NOTE: This issue tracking system is for developer products only.  If you
are not a developer/programmer and have a problem with a Google web site,
please report the problem to the appropriate group.  More information can
be found here: http://www.google.com/support/
--------------------------------------------------------------------------

Name of API affected:
Analytics Data Export API

Issue summary:
Provide a brief summary of the issue you're experiencing.

Steps to reproduce issue:
Code

query.setStartDate("2009-11-30");
        query.setEndDate("2009-11-30");

query.setDimensions("ga:source,ga:pageTitle,ga:country,ga:city,ga:latitude,ga:lo
ngitude,ga:hour");
        query.setMetrics("ga:pageviews,ga:visits,ga:timeOnPage,ga:timeOnSite");
        query.setSort("-ga:hour");

Expected output:
When do you put the especific date 2009-11-30(start/end date) the number of
visits reported by the Google Analytics are 76, but when I get the data, by
the code, the result are 73 visits.

Original issue reported on code.google.com by danielun...@gmail.com on 2 Dec 2009 at 2:10

GoogleCodeExporter commented 9 years ago
Hi, Please ask questions in our public google group.

You are probably hitting a sampling issue. Please check your confidence 
intervals.

Original comment by nickski1...@gmail.com on 30 Dec 2009 at 9:43

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