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 <https://developers.google.com/adwords/api/docs/guides/batch-jobs#supported_operations> for the list of supported operations in the BatchJobService <https://developers.google.com/adwords/api/docs/reference/v201710/BatchJobService> .
If you are creating new labels, you need to create these separately via LabelService.mutate() <https://developers.google.com/adwords/api/docs/reference/v201710/LabelService#mutate>, and the operation should not be included in the BatchJobService. However, please be guided that we have issues currently in getting the newly created labels. Kindly see this forum post <https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/adwords-api/4P2-VyF7tvE> for more information. We are working to fix this issue. Let me know if you have further clarifications. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/05e3a2e9-265f-4843-88e2-6dac53db6111%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
