Don P
Don P

Reputation: 63637

Change the "queries per second per user" allowed for Google Analytics API

I'm getting an error 403 userRateLimitExceeded when trying to use my Google Analytics API to fetch data for more than one site at a time.

The documentation tells me to set QPS (queries per second) to 10 in the developer console. I can't find this setting anywhere.

How can I set the QPS for my Google Analytics API to 10?

Upvotes: 0

Views: 677

Answers (1)

Linda Lawton - DaImTo
Linda Lawton - DaImTo

Reputation: 116968

In the Google developer console go to the API manager over view. click the quota tab and then the little pencil thing.

enter image description here

default is one request a second. you can set it up to 10

Tip: if you are still having issues look into sending quotauser you can trick it a little by sending a random number with each request.

Upvotes: 2

Related Questions