Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-15 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Thanks for your feedback. I have already passed this to the team. However, this is not a guarantee that the request will be available in the future versions of the API. Please continue to follow our blog to receive any futur

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-15 Thread orzorc
Thank you very much. I forgot that not all operations could done by batch job. In this case, could you please consider to return a more specific error to tell us that the operation is not supported by batch job? And really really appreciate your help On Wednesday, November 15, 2017 at 3:22:52 PM

Re: BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Based in your SOAP logs, the error was generated because you included the LabelOperation which is not supported for batch processing. Please see this guide for the list of supported operations in the B

BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread orzorc
Hi, Sorry , I can not find previous post so I have to repost it. I'm using php client library to copy keywords between ad groups. I read all keywords in one group and clean id in each keyword before adding to criterion operations. It works fine except for some labeled keywords. So I added some la

BatchJobProcessingError.FILE_FORMAT_ERROR when using php client library

2017-11-14 Thread orzorc
Hi, I am using php client library for copy keywords between ad groups. I read all keywords and make a batch job request. Most operations are accepted except that some keywords are labeled and I need make new labels first. So I add label operations before criterion operations but which leads to a