We recently created a new campaign and tried to set location data when we 
received a RESOURCE_LIMIT error.  However, setting location data on 
existing campaigns works fine.  We asked a colleague with a separate Google 
Ads account to perform the same operation and they received the same 
error.  

The exception is thrown when a call is made 
to CampaignCriterionServiceClient.MutateCampaignCriteria

A snippet of the returned errors is listed below.  Not that the index 
starts at 123 if that may be a clue.  The error that my colleague received 
also had an index that started at 123 which seems too coincidental.

{
    "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": {
                "int64Value": "2504"
            },
            "location": {
                "fieldPathElements": [
                    {
                        "fieldName": "operations",
                        "index": 123
                    },
                    {
                        "fieldName": "create"
                    },
                    {
                        "fieldName": "resource_name"
                    }
                ]
            }
        },
        {
            "errorCode": {
                "resourceCountLimitExceededError": "RESOURCE_LIMIT"
            },
            "message": "The request would cause a limit on the number of 
allowed resources of this type to be exceeded.",
            "trigger": {
                "int64Value": "2508"
            },
            "location": {
                "fieldPathElements": [
                    {
                        "fieldName": "operations",
                        "index": 124
                    },
                    {
                        "fieldName": "create"
                    },
                    {
                        "fieldName": "resource_name"
                    }
                ]
            }
        },

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8cea0a0-971e-4645-a029-8d99f35c4df6n%40googlegroups.com.

Reply via email to