Hi,
It's been nearly two years since I've worked with the Google API, but I wanted to ask two questions:
1) Is it possible to verify if I still have standard access (we haven't actively used our API access in over 2 years and I'm unsure if our account still has Standard Access, especially after resetting our API Keys).
2) Any suggestions on how to accurately space out requests for TargetingIdeaService (v201806)? I seem to be always hitting a rate limit error [RateExceededError <rateName=RATE_LIMIT, rateKey=null, rateScope=ACCOUNT, retryAfterSeconds=30>] even with a large wait time between requests (240 seconds). I have only been able to do 2 successful requests in the past hour. I don't mind putting a very large sleep time between requests, but I'd like an accurate number so I don't keep getting rate limited between requests.
Thank you in advance.