ENABLED_UBERVERSAL_CAMPAIGNS_PER_CUSTOMER

476 views
Skip to first unread message

Anush Hakobyan

unread,
Mar 27, 2024, 11:35:57 AM3/27/24
to Google Ads API and AdWords API Forum
Hi, when attempting to publish a PMAX campaign in Google, the following error occurred:

{
  "StatusCode": 3,
  "Details": "Request contains an invalid argument.",
  "RequestId": "R5ZEQJjWK7-Rxyz2Fq6v0w",
  "Failure": {
    "errors": [
      {
        "errorCode": {
          "resourceCountLimitExceededError": "RESOURCE_LIMIT"
        },
        "message": "The request would cause a limit on the number of allowed resources of this type to be exceeded.",
        "trigger": {
          "stringValue": "ENABLED_UBERVERSAL_CAMPAIGNS_PER_CUSTOMER"
        },
        "location": {
          "fieldPathElements": [
            {
              "fieldName": "operations",
              "index": 0
            }
          ]
        },
        "details": {
          "resourceCountDetails": {
            "enclosingId": "8951792349",
            "limit": 100,
            "limitType": "UNKNOWN",
            "existingCount": 100,
            "enclosingResource": "customer"
          }
        }
      }
    ],
    "requestId": "R5ZEQJjWK7-Rxyz2Fq6v0w"
  }
}
What does this mean?

Google Ads API Forum Advisor

unread,
Mar 27, 2024, 6:02:08 PM3/27/24
to anu...@purlin.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team.

The "RESOURCE_LIMIT" error means the request you are attempting to create a resource that would cause the total number of those resources to exceed a specified limit. Kindly note that there are multiple limits on the number of resources that can exist in certain contexts. So, identify the limit that's being encountered by reviewing System limits. Either reuse an existing resource, or remove resources to create space for new ones.

Also, in order to investigate the issue further, kindly provide us with the "complete" API logs (request and response with request-id and request header) generated at your end.

If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java.NetPHPPythonRuby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02s0HaD:ref" (ADR-00228945)

Thanks,
 
Google Logo Google Ads API Team

 

Reply all
Reply to author
Forward
0 new messages