-1

We are using Google Adwords API to query out data. But the problem is that :

enter image description here

After about 5 successfully requests , Google does not ACK to our SYN request as the image above.

Has anyone faced this problem?

Dave M
  • 4,514
  • 22
  • 31
  • 30
Summer Nguyen
  • 214
  • 3
  • 10
  • How fast are you sending the requests? – htm11h Jul 29 '15 at 13:34
  • Hi, I just made about 1 request per second manually by curl command like the image . After about 5 successful requests , Google stop ACK to our connections for about 2-3 minutes . – Summer Nguyen Jul 30 '15 at 02:28

1 Answers1

0

Try setting up a developer account and provide the API key. https://developers.google.com/

htm11h
  • 170
  • 11
  • Hi, I think this is the problem with Google network , not the Google API . Thank you – Summer Nguyen Jul 30 '15 at 02:33
  • 2
    The API key will guarantee you a better level of service and connectivity. Without the key your service requests get rejected. this is by design. Google does the same thing with map requests. – htm11h Jul 30 '15 at 12:27