Re: DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-06 Thread Danial Klimkin
Hello Rohit, This issue was recently described in our blog: http://adwordsapi.blogspot.com/2011/03/concurrency-management-in-adwords-api.html The best practice would be to have a retry mechanism with limited number of retries in place. Best regards, Danial Klimkin, AdWords API Team. --

DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-04 Thread Rohit Dantas
Hi i was updating ~4552 keyword bids today and received the following error, even though no-one else was using our account to modify keywords, nor was any other API process try to do the same. The next attempt to do the same worked without a problem. Do you know what could be the issue? Should

Re: DatabaseError.CONCURRENT_MODIFICATION on large keyword bids update query

2011-04-04 Thread mm
I have a retry in place (I believe the limit is 5 tries before giving up), and since the most recent api update we are seeing a significant increase in these failures (those that exceed our retry limit) - both for bid and url updates. Guys, is this a known issue? Suggestions for how we should