ahuang
ahuang

Reputation: 1

Google Custom Search Quota Hit: Site Restricted Queries per user per 100 seconds

I'm hitting the 100 seconds per user site restricted google custom search quota. I have unlimited queries plan and am getting billed. I don't pass in the userId so I'm not sure how it's limiting me. From the console I see the site restricted rate as 100 per user per 100 seconds. Can I just feed in random strings as the user id to help solve this? I've read the docs and they're not useful and have found other people ask this without an answer.

Help would be appreciated! Thank you

Upvotes: 0

Views: 411

Answers (1)

Tim Lesher
Tim Lesher

Reputation: 6441

If you don't pass a user ID, then all of your queries are considered to be coming from a single user.

Passing a user ID with your requests will apply the capping correctly per user.

See the "Capping API Usage" doc for more info.

Upvotes: 1

Related Questions