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

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,

What's the best practice of mutating operations for different clientCustomerId?

2015-09-30 Thread hans . t
Currently my approach is to group operations based on clientCustomerId, initialize mutateJobService and then poll it before moving to next group of operations. Is there a better way? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Best practice for bulk mutate jobs across multiple clientCustomerIds

2015-09-30 Thread hans . t
Hi everyone, What is the best practice for doing bulk mutate for jobs with multiple clientCustomerIds? Right now my approach is to group operations based on clientCustomerId and send it using mutate_job_service, by setting clientCustomerId to adwords client and then call GetService. I feel