Re: Error handling for Ad Text

2018-01-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, If you have *partialFailure=true*, then each operation without errors will be applied, but operations with errors will be returned. With *partialFailure=false* (or not specified), all operations in a request will fail if *any* operation in the request has errors. The basic validation check

Re: Error handling for Ad Text

2018-01-10 Thread cv
Hello Vincent, Thanks for your reply. I am assuming that partial failure is not giving me errors for those ads who fails. But without error ads will be submitted to Adwords. Right? what about when I do not wants to post all the ads when any of the Ads with error? That is why I tried using vali

Re: Error handling for Ad Text

2018-01-10 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, You can set the partialFailure to true to commit all the successful operations and get/handle all the errors from the failed operations in one request. You can check in the link the supported service

Error handling for Ad Text

2018-01-09 Thread cv
Hello, When we have more than one type of error for adtext, API is not throwing all the error at once. Like if I have error with MISSING_PROTOCOL_IN_FINAL_URL and POLICY VIOLATION then only Missing protocol error was thrown. Please let me know how I can capture all the error at once. Thanks,