You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
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 API with nothing else modifying AdWords. Is this a known bug on the server? Thanks.
-Jon
j...@stackstorage.co
unread,
Sep 9, 2018, 7:10:01 PM9/9/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
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-one error in the UI by adding one more headline than I actually want. Beta feature right? :-)
-Jon
Luis Xander Talag (AdWords API Team)
unread,
Sep 10, 2018, 2:09:13 AM9/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 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 in the AdWords web interface that is updating the entity while you are updating as well via the API. However, to further investigate your issue, could you please send to me (via reply privately to author) the complete SOAP request and response logs of the operation which returns this error?
Thanks and regards,
Luis
AdWords API Team
Scott Clark
unread,
Sep 10, 2018, 5:51:18 AM9/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Having the same issue on responsive ads via AWE (uses API)
Error message is visible in this dialog box:
j...@stackstorage.co
unread,
Sep 10, 2018, 12:47:38 PM9/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
The bug appears to be fixed now. Is it fixed for you Scott?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to 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.