I have a program written in C# that creates AdWords campaigns starting from 
the creation of an Account and then adding campaigns, adgroups, ads, 
keywords, configurations and more. It can be seen as a pipeline of 
processes, one after the other, and it stops if a previous process fails. 

At random points of the pipeline I'm constantly facing a 
CONCURRENT_MODIFICATION error, and the description doesn't help much. It 
not always fails but it occurs in more than 50% of the launches. This is 
the description of the exception:

AdWordsApiException: One or more AdWords API errors have occurred. A 
concurrency problem occurred as two threads were attempting to modify same 
object.. (Error: DatabaseError.CONCURRENT_MODIFICATION, FieldPath: , 
Trigger: )

I haven't been able to determine the cause of the problem because (1) It 
happens at different levels of the pipeline and (2) it is not a 
multithreaded system, so there aren't other threads modifying the same 
object.

How can I avoid this error? Thanks



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
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/737f7d77-43b6-4a13-b0d0-755373b5c47d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Constant CONCUR... Luis C. Cruz
    • Re: Consta... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to