Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-07-26 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Biniam, Could you please create a new thread with your issue? This will make it easier for us to track. Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-07-26 Thread Biniam Asnake
Hello. I am getting `EntityCount Limit Exceeded.ACCOUNT LIMIT` error and I am not using `biddingStrategy*Type*` anywhere. Please help. On Tuesday, February 9, 2016 at 3:57:09 PM UTC+1, Florian Lherbette wrote: > > ERRATUM: I wanted to say biddingStrategy*Type*, > NOT

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Florian Lherbette
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 On Tuesday, February 9, 2016 at 2:29:28 PM UTC+1, Kiran

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Florian Lherbette
ERRATUM: I wanted to say biddingStrategy*Type*, 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.

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Florian Lherbette
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

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-09 Thread Kiran Narasareddy
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? On Tuesday 9 February 2016, Florian Lherbette wrote: > Anthony, I don't think the explanation you give in you first message

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-08 Thread Kiran Narasareddy
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=>\"1\",

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2016-02-08 Thread Anthony Madrigal
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. Regards, Anthony AdWords API

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2015-10-29 Thread hans . t
>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

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2015-10-29 Thread Anthony Madrigal
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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2015-10-28 Thread hans . t
{ "fieldPath": "operations[2455]", "errorString": "EntityCountLimitExceeded.CAMPAIGN_LIMIT", "ApiError.Type": "EntityCountLimitExceeded", "enclosingId": "459733452", "existingCount": 1, "trigger": null,

Re: Needs explanation on EntityCountLimitExceeded.CAMPAIGN_LIMIT error

2015-10-28 Thread Anthony Madrigal
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 -- --