kalnyc67 / analytics-issues

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

Console requests/second/user vs documentation concurrent requests per view (profile) #495

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Name of related component: Documentation

URL of the documentation page :
   Usage Limits page : https://code.google.com/apis/console/b/0/
   https://developers.google.com/analytics/devguides/reporting/core/v3/limits-quotas

Issue summary:
The Usage Limits page in the Cloud console says

API                Per-User Limit  
Analytics API      1.0 requests/second/user

The documentation says 
•10 concurrent requests per view (profile)

I realize that you can set the requests up to 10 per sec.  My point is that the 
cloud console says it can be set up to 10 requests per second per user.  While 
the documentation states that its 10 requests per profile.

Original issue reported on code.google.com by laurl...@gmail.com on 17 Sep 2014 at 12:32

GoogleCodeExporter commented 9 years ago
Those are separate limits. Concurrent requests is per profile and 
requests/second is per user/IP.

Original comment by pfrise...@google.com on 19 Sep 2014 at 7:01