Re: How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error

2016-10-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Cindy, In that case, I would recommend keeping the Campaign ID / Ad Group ID - Keyword mapping saved in your local database. You can first perform a basic check on whether an ad group / campaign exists before performing updates on the keyword. Multiple sanity check actions can be grouped int

Re: How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error

2016-10-13 Thread Cindy J
Thanks Vishal! I also found there's such limit: - When using IN and NOT_IN operators in your WHERE clause, you are limited to 10,000 items. So the best solution would require multiple get to fetch all keywords then? On Thursday, October 13, 2016 at 1:57:36 PM UTC-5, Vishal Vinayak (Adwor

Re: How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error

2016-10-13 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Cindy, That is correct. You may see the OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error if you try to update an entity that is already been removed. Unfortunatel