Hello,
We getting ACCOUNT_LIMIT error when we try to assign assets to adgroup as image extension
Method Name: /google.ads.googleads.v8.services.AdGroupExtensionSettingService/MutateAdGroupExtensionSettings
Headers: {
"x-goog-api-client": "gl-php\/7.4.6 gapic\/ gax\/1.7.1 grpc\/1.36.0",
"x-goog-request-params": "customer_id=89XXXXXXXX",
"developer-token": "REDACTED",
"login-customer-id": "35XXXXXXXX"
}
Request:
{"customerId":"89XXXXXXXX","operations":[{"create":{"extensionType":"IMAGE","adGroup":"customers\/898178XXXX\/adGroups\/57951369359","extensionFeedItems":["customers\/89XXXXXXX\/extensionFeedItems\/188848367113"]}}]}
Response
-------
Headers: {
"request-id": "asXrJBpJ0uDkIuzCD5iYtA",
"date": "Tue, 20 Jul 2021 07:23:07 GMT",
"alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""
}
Fault
-------
Status code: 3
Details: Request contains an invalid argument.
Failure: {"errors":[{"errorCode":{"resourceCountLimitExceededError":"ACCOUNT_LIMIT"},"message":"Indicates that this request would exceed the number of allowed resources for the Google Ads account. The exact resource type and limit being checked can be inferred from accountLimitType.","trigger":{"stringValue":""},"location":{"fieldPathElements":[{"fieldName":"operations","index":0}]},"details":{"resourceCountDetails":{"limit":250000,"limitType":"UNKNOWN","existingCount":250002}}}],"requestId":"asXrJBpJ0uDkIuzCD5iYtA"}
Regards,
Pratik Patel