kalnyc67 / analytics-issues

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

sampling size for core reporting APIs #560

Open GoogleCodeExporter opened 9 years ago

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

Name of related library and version, if applicable (e.g. Java, Python,
HTTP, Objective-C, etc.): Java & v3.0

Issue summary:

For Google Analytics premium, the reporting UI can process 10M sessions but 
through API only 1M sessions are considered though the sampling level set to 
HIGHER_PRECISION

Steps to reproduce issue:
1. Choose a premium account which has more than 10M sessions per month
2. Create a report with ga:hits as metric and ga:month, ga:city as dimensions 
in UI and also through reporting API by setting sampling level as higher 
precision
3. Now check the number of sessions considered in UI vs. report generated 
through API

Expected output:
10M sessions considered in UI vs. 10M sessions considered in report generated 
through API

Actual results:
10M sessions considered in UI vs. 1M sessions considered in report generated 
through API

Original issue reported on code.google.com by badrinar...@iprospect.com on 29 Dec 2014 at 3:32

GoogleCodeExporter commented 9 years ago
Reproduced in Google Sheets Add on

Original comment by jesper.f...@gmail.com on 14 Apr 2015 at 10:37