Hi, I have an issue with BatchJob from V8/V9 Google Ads API. When I read / serialize error from Ads. I don't have consistent result between Mutate and Batch operation.
The batch operation missing the *policyFindingDetails *part. See below Mutate call { "errorCode": { "policyFindingError": "POLICY_FINDING" }, "message": "The resource has been disapproved since the policy summary includes policy topics of type PROHIBITED.", "location": { "fieldPathElements": [ { "fieldName": "mutate_operations", "index": 1575 }, { "fieldName": "ad_group_ad_operation" }, { "fieldName": "create" }, { "fieldName": "ad" } ] } } Batch call { "errorCode": { "policyFindingError": "POLICY_FINDING" }, "message": "The resource has been disapproved since the policy summary includes policy topics of type PROHIBITED.", "location": { "fieldPathElements": [ { "fieldName": "mutate_operations", "index": 0 }, { "fieldName": "ad_group_ad_operation" }, { "fieldName": "create" }, { "fieldName": "ad" } ] }, "details": { "policyFindingDetails": { "policyTopicEntries": [ { "topic": "SYMBOLS", "type": "PROHIBITED", "evidences": [ { "textList": { "texts": [ "(" ] } } ] } ] } } } -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/5e5a6883-fb1d-447a-8859-11ad7e1e14e1n%40googlegroups.com.