Hi,
Thanks for getting back with us.
Please note that our team support scope specialize on Google Ads API technical implementation related concerns only.
With regards to your concern, can you confirm if you are using the Google Ads API directly to implement the following requests? If so, please note that in Google Ads API perspective, we need the complete logs to be able to see if there’s an error thrown on your side and further investigate. With that being said, can you provide the complete request and response logs with request ID generated as shown in the respective links with this error?
However, if this is not Google Ads API related concern, then can you provide more context about your issue / concern so that we can provide guidance accurately or route you to the correct support team regarding your concern?
You may then send the requested information via the Reply privately to the author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
Links included in this email:
Regards,
![]() |
Google Ads API Team |
Hi,
Thanks for getting back to us.
It seems like we have already replied to you privately regarding the response logs you sent in a private message. However, you may refer below for our previous response, in case you were able to miss it.
With regards to your concern of having the ResourceCountLimitExceededError.ACCOUNT_LIMIT error, it indicates that this request would exceed the number of allowed resources for the Google Ads account. The said error means that the request is attempting to create a resource that would cause the total number of those resources to exceed a specified limit. There are multiple limits on the number of resources that can exist in certain contexts.
Please note that for Negative keyword limits, only 20 shared negative keyword lists per account. For more information, I would suggest checking the count of other limits to see if indeed exceeded the entity limit specified in Google Ads account limits documentation. You may also see System Limits documentation for more information.
If the issue still persists, please provide the complete (request and response with request-id) logs with request ID generated as shown in the respective links? You can provide it via the Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
If you haven't enabled logging yet, it can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link. For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.
Reference links:
ResourceCountLimitExceededError.ACCOUNT_LIMIT - https://developers.google.com/google-ads/api/reference/rpc/v13/ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError#account_limit
Google Ads account limits documentation - https://support.google.com/google-ads/answer/6372658?hl=en
System Limits documentation - https://developers.google.com/google-ads/api/docs/best-practices/system-limits#criterion
Logging documentation - https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging