PartialFailure=false for RateExceeded or InternalApiErrors
21 views
Skip to first unread message
jo...@criteo.com
unread,
Jul 27, 2016, 8:45:40 PM7/27/16
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 Forum
We have an auto-retry library that automatically retries operations in case of DatabaseError, RateExceededError, and InternalApiError. In certain cases, this causes some errors like removing keywords that have already been removed. Would turning off partialFailure apply to these errors so the whole request can be retried again without modification?
Joyce Lava
unread,
Jul 28, 2016, 2:26:20 AM7/28/16
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 Forum
Hello,
You may handle the failed operations with partialFailure set to true. Please refer to this page to get more details on how to do so. You may want to try this to process just the failed operations and not the whole operation. Additionally, you may check the best practices for distinguishing error types and handling partial failures.
Hope this helps.
Best Regards,
Joyce, AdWords API Team
Joyce Lava
unread,
Jul 28, 2016, 3:29:14 AM7/28/16
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