wojtekmo / analytics-issues

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

User Rate limit exceeded #863

Closed GoogleCodeExporter closed 8 years ago

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

Issue summary:
We are receiving below error while querying GA to fetch page hits.
"Quota Error: User Rate Limit Exceeded"

Could you please help me verify if I am exceeding the quota limit for my GA 
account.

Original issue reported on code.google.com by sagarvai...@gmail.com on 27 Jan 2016 at 1:41

GoogleCodeExporter commented 8 years ago
Please see the limits and quotas page for full set of limits: 
https://developers.google.com/analytics/devguides/reporting/core/v3/limits-quota
s#core_reporting

You are likely requesting more than 10 concurrent requests to a single view or 
a user of your project is making more the 10 queries/second or whatever you 
happen to have your per user limit set to in the developer console.

The best place to ask questions about using and developing with Google 
Analytics APIs, libraries, and SDKs is on Stack Overflow. Make sure and use one 
of the following tags:

google-analytics — for general questions about Google Analytics.
google-analytics-api — for questions specific to one of the Google Analytics 
APIs.

Original comment by mcoh...@google.com on 27 Jan 2016 at 4:54

GoogleCodeExporter commented 8 years ago
Thanks for your reply. Can you please let me know if I can increase the 
following quota limits for my GA account(if this information is readily 
available for you else I will check on Stack Overflow). Thanks in advance.

General quotas:
50,000 requests per project per day
10 queries per second (QPS) per IP

Core reporting API quotas:
10,000 requests per view (profile) per day
10 concurrent requests per view (profile)

Original comment by sagarvai...@gmail.com on 28 Jan 2016 at 12:31