Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Thank you for the confirmation. Hi Scott, Could you confirm if you still encountered the error? If so, could you provide the complete SOAP request and response logs so I could further investigate the issue? Please reply via *Reply privately to author*. Regards, Luis AdWords API Team

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread jon
The bug appears to be fixed now. Is it fixed for you Scott? On Saturday, September 8, 2018 at 4:38:02 PM UTC-7, j...@stackstorage.co wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to create a > Responsive Text Ad. I checked for the usual causes of this exception > accord

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-10 Thread Scott Clark
[image: 2018-09-09 10_12_14-Start.png] Having the same issue on responsive ads via AWE (uses API) Error message is visible in this dialog box: On Saturday, September 8, 2018 at 7:38:02 PM UTC-4, j...@stackstorage.co wrote: > > I am getting repeated CONCURRENT_MODIFICATION errors trying to c

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-09 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, The DatabaseError.CONCURRENT_MODIFICATION error that you encountered could occur due to multiple processes that are trying to update the same entity at the same time. It includes a user

Re: CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-09 Thread jon
The AdWords UI also has a bug in it where it drops one of the headlines. My guess is that there is an off-by-one error in the Ads backend which is manifesting as a CONCURRENT_MODIFICATION at the API level and a dropped headline in the Ads UI interface. I figured out how to workaround the off-by

CONCURRENT_MODIFICATION error creating ResponsiveTextAd

2018-09-08 Thread jon
I am getting repeated CONCURRENT_MODIFICATION errors trying to create a Responsive Text Ad. I checked for the usual causes of this exception according to the documentation and other discussions in this forum, and none of them apply. I can reproduce it trying to create a single ad through the AP