Although we do have Standard access and should thus have unlimited daily operations limits I am getting a ResourceExhausted Error.
We saw this kind error before when we only had Basic Access and were therefore limited to 15000 operations a day.
My strong hypothesis is that there are still daily limits for operations the standard account behind the scene because when chunking my operations to smaller chunk sizes (10), the first two or three chunks would go through and I would see the ResourceExhausted Error only on the third chunk. However, when running one big chunk with couple of hundred operations, I would get the error on the first try.
Could somebody please check if these limits are in place?
Surprisingly enough I get an error that would indicate, that my request frequency is too high, which certainly is not the case (as I waited 15 minutes).
Headers: {
"google.ads.googleads.v1.errors.googleadsfailure-bin": "\n1\n\u0002X\u0004\u0012'Too many requests. Retry in 30 seconds.\u001a\u0002*\u0000",
"grpc-status-details-bin": "\b\b\u0012/Resource has been exhausted (e.g. check quota).\u001az\nCtype.googleapis.com/google.ads.googleads.v1.errors.GoogleAdsFailure\u00123\n1\n\u0002X\u0004\u0012'Too many requests. Retry in 30 seconds.\u001a\u0002*\u0000",
"request-id": "<xxx>"
}
Was your question answered? Please rate your experience with us by taking a short survey.
If not -- reply to this email and tell us what else we can do to help.
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
Method: /google.ads.googleads.v1.services.AdGroupAdService/MutateAdGroupAds
Host: googleads.googleapis.com:443
Headers: {
"developer-token": "REDACTED",
"login-customer-id": "ACCOUNT_ID",
"x-goog-api-client": "gl-python/3.6.8 grpc/1.20.0 gax/1.9.0 gapic/1.3.1"
}
Request: {
"customerId": "CUSTOMER_ID",
"operations": [
{
"create": {
"status": "ENABLED",
"adGroup": .... data ....
"ad": {
"finalUrls": [
.... data ....
],
"type": "EXPANDED_TEXT_AD",
"expandedTextAd": {
..... data .....
}
}
}
}
{
"create": {
"status": "ENABLED",
"adGroup": .... data ....
"ad": {
"finalUrls": [
.... data ....
],
"type": "EXPANDED_TEXT_AD",
"expandedTextAd": {
..... Data .....
}
}
}
}
]
}
Response
-------
Headers: {
"google.ads.googleads.v1.errors.googleadsfailure-bin": "\n1\n\u0002X\u0004\u0012'Too many requests. Retry in 30 seconds.\u001a\u0002*\u0000",
"grpc-status-details-bin": "\b\b\u0012/Resource has been exhausted (e.g. check quota).\u001az\nCtype.googleapis.com/google.ads.googleads.v1.errors.GoogleAdsFailure\u00123\n1\n\u0002X\u0004\u0012'Too many requests. Retry in 30 seconds.\u001a\u0002*\u0000",
"request-id": "REQUEST_ID_XXX"
}
Fault: {
"created": "@1556098154.918022000",
"description": "Error received from peer ipv4:xxxxxxxxxx",
"file": "src/core/lib/surface/call.cc",
"file_line": 1041,
"grpc_message": "Resource has been exhausted (e.g. check quota).",
"grpc_status": 8
}
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d9841e3c-0a79-4170-ab52-1b30573e0804%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.