Hello,
I'm trying to make two requests against the TargetingIdeaService in one call, one for RequestType::IDEAS and the other for RequestType::STATS. Basically I would like to submit a keyword and then see stats for that keyword as well as get keyword ideas related to that keyword.
When I attempt to do this I always get a RATE_EXCEEDED error. I'm not sure if there is something wrong with my code of if Google prevents submitting more that one request at a time.
Does Google limit API access to one request type per call?
Steve