Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

390 views
Skip to first unread message

han...@zalora.com

unread,
Oct 28, 2015, 9:51:38 AM10/28/15
to AdWords API Forum
{
           
"fieldPath": "operations[2455]",
           
"errorString": "EntityCountLimitExceeded.CAMPAIGN_LIMIT",
           
"ApiError.Type": "EntityCountLimitExceeded",
           
"enclosingId": "459733452",
           
"existingCount": 10000,
           
"trigger": null,
           
"index": 2455,
           
"reason": "CAMPAIGN_LIMIT",
           
"accountLimitType": "AD_GROUP_CRITERION_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN",
           
"limit": 10000
},


Hi, recently I tried to upload biddable keywords to an AdGroup, and I got this error. Does this mean I uploaded too many keywords to an AdGroup?

Anthony Madrigal

unread,
Oct 28, 2015, 3:53:39 PM10/28/15
to AdWords API Forum
Hi,

This error means that you cannot add any more keywords or other criterions to the campaign with Id 459733452.

Regards,
Anthony
AdWords API Team

han...@zalora.com

unread,
Oct 29, 2015, 9:16:20 AM10/29/15
to AdWords API Forum
From the error message, we can see that the limit is 10,000 criterion per campaign, but according to this link, I can have 20,000 keywords per adgroup and 20,000 adgroups per campaign and 10,000 campaigns per account. That makes 4,000,000,000,000 keywords per campaign. So, why did I get this error message?

Anthony Madrigal

unread,
Oct 29, 2015, 3:58:23 PM10/29/15
to AdWords API Forum
Hi,

Could you please send me your SOAP request and response for that operation so that I can further investigate why you are getting that error? Please do so using Reply privately to author.

Thanks,
Anthony
AdWords API Team

Kiran Narasareddy

unread,
Feb 8, 2016, 8:44:12 AM2/8/16
to AdWords API Forum
Any update on this? Even we got an error with the same message 

:error_string=>\"EntityCountLimitExceeded.CAMPAIGN_LIMIT\", :api_error_type=>\"EntityCountLimitExceeded\", :reason=>\"CAMPAIGN_LIMIT\", :enclosing_id=>\"*********\", :limit=>\"10000\", :account_limit_type=>\"AD_GROUP_CRITERION_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN\", :existing_count=>\"10000\"}

Anthony Madrigal

unread,
Feb 8, 2016, 4:44:59 PM2/8/16
to AdWords API Forum
Hi Kiran,

Are you using AdWords API v201601? The error may have been dealt with in the new version. 

Otherwise, please Reply privately to author your SOAP request and response that gave you this error.

Florian Lherbette

unread,
Feb 9, 2016, 7:02:39 AM2/9/16
to AdWords API Forum
Anthony, I don't think the explanation you give in you first message in the thread is the correct error cause. It's not the limit on the number of keywords/criteria that's been reached, it's the limit on the number of *bidding strategies override* (which is much much lower than the limit on criteria).

Kiran, it's probably that when you update the bids on your keywords you're redefining (overriding) the bidding strategy instead using the one from the adgroup or campaign. It means that in your mutate request on the keywords you should remove the "biddingStrategyConfiguration" part from your mutate operations.

And for the keywords/criteria where you already have a bidding strategy override, you'll have to clean that up, either with a custom API program or through the Web UI (not obvious but can be done, with the help of bulk updates).

-- 
Florian

Kiran Narasareddy

unread,
Feb 9, 2016, 8:29:28 AM2/9/16
to florian....@gmail.com, AdWords API Forum
This happened when we scheduled a batch job for adding keywords on campaigns. There was no update going on. Any idea what might be the case?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/4PIoML6F1i0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@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/37e4dd2c-8bd0-414a-aa11-23a2babec1e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Sent from my iPhone

Florian Lherbette

unread,
Feb 9, 2016, 9:31:57 AM2/9/16
to AdWords API Forum, florian....@gmail.com
Yes, I see.

Sorry, I should have written "create or update", not just "update". But my proposed solution stays the same.

You should try not adding the "biddingStrategyConfiguration" field when you create your keywords.

-- 
Florian

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 a topic in the Google Groups "AdWords API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/4PIoML6F1i0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api+unsubscribe@googlegroups.com.

Florian Lherbette

unread,
Feb 9, 2016, 9:57:09 AM2/9/16
to AdWords API Forum, florian....@gmail.com
ERRATUM: I wanted to say biddingStrategyType, NOT biddingStrategyConfiguration. Sorry for the mistake.

Kiran, you obviously have to KEEP "biddingStrategyConfiguration" in your request to set the bids for your new keywords. It's the biddingStrategyType field that you should try to remove. (Ref: https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.BiddingStrategyConfiguration#biddingstrategytype)

-- 
Florian

Biniam Asnake

unread,
Jul 26, 2016, 4:44:30 AM7/26/16
to AdWords API Forum, florian....@gmail.com
Hello.

I am getting `EntityCount Limit Exceeded.ACCOUNT LIMIT` error and I am not using `biddingStrategyType` anywhere.

Please help.

Anthony Madrigal

unread,
Jul 26, 2016, 2:53:28 PM7/26/16
to AdWords API Forum, florian....@gmail.com
Hi Biniam,

Could you please create a new thread with your issue? This will make it easier for us to track.
Reply all
Reply to author
Forward
0 new messages