Hi Google Ads API team, We noticed for i.e. PolicyFinding errors on `AdGroupAd` create operations that the mutate response contains a lot of detailed information on the violation under `policy_finding_details`, which is very nice to have.
However, when I send the same `AdGroupAd` create operation in a batch job, and then check the results, this bit of information is missing from the details. We use `BatchJobServiceClient.list_batch_job_results` from the python library, v9. The response content type on the `ListBatchJobResultsRequest` is set to `MUTABLE_RESOURCE`. I also tried `RESOURCE_NAME_ONLY` but same thing happens. Raw result when uploading the mutate operation via `AdGroupAdService`: ``` GoogleAdsException: (<_InactiveRpcError of RPC that terminated with: status = StatusCode.INVALID_ARGUMENT details = "Request contains an invalid argument." debug_error_string = "{"created":"@1639661660.023001387","description":"Error received from peer XXX","file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Request contains an invalid argument.","grpc_status":3}" >, <_InactiveRpcError of RPC that terminated with: status = StatusCode.INVALID_ARGUMENT details = "Request contains an invalid argument." debug_error_string = "{"created":"@1639661660.023001387","description":"Error received from peer XXX","file":"src/core/lib/surface/call.cc","file_line":1066,"grpc_message":"Request contains an invalid argument.","grpc_status":3}" >, errors { error_code { policy_finding_error: POLICY_FINDING } message: "The resource has been disapproved since the policy summary includes policy topics of type PROHIBITED." location { field_path_elements { field_name: "operations" index: 0 } field_path_elements { field_name: "create" } field_path_elements { field_name: "ad" } } details { policy_finding_details { policy_topic_entries { type_: PROHIBITED evidences { text_list { texts: "+31 0612354678" # Fake number } } topic: "PHONE_NUMBER_IN_AD_TEXT" } } } } request_id: "X9Egr3GVSaVrbK9JOzAI_A" , 'X9Egr3GVSaVrbK9JOzAI_A') ``` Raw result when uploading it in a batch job: ``` status { code: 3 message: "The resource has been disapproved since the policy summary includes policy topics of type PROHIBITED., at mutate_operations[0].ad_group_ad_operation.create.ad" details { [type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure] { errors { error_code { policy_finding_error: POLICY_FINDING } message: "The resource has been disapproved since the policy summary includes policy topics of type PROHIBITED." location { field_path_elements { field_name: "mutate_operations" index: 0 } field_path_elements { field_name: "ad_group_ad_operation" } field_path_elements { field_name: "create" } field_path_elements { field_name: "ad" } } } } } } ``` Am I missing some parameter which ensures we receive all error details in the batch job results? Or are these details simply unavailable in the batch job result? Use case: We would like to show these policy violation details to our users so they can easily solve the problem, while using batch jobs to ensure we can efficiently send many operations to the Google Ads API. We send multiple millions of operations per day, so sending duplicate singular operations just to get this error information is not so feasible. Hope you can help, thanks in advance. Best, Ciel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/96f2bb16-0608-48b6-810f-87c80763ba7cn%40googlegroups.com.