Re: Batchjob query details

2022-02-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Prince, Thank you for the reply. To check if there are any workarounds to get the ID of the Google Ads entities in batch job, would you be able to provide a sample complete request and response logs with request ID and request header generated on your end for the whole batch job usage

Re: Batchjob query details

2022-02-04 Thread Prince Polly
Thanks for you response. I know the format of the response (BatchJobResults). But this response (e.g. the campaign_result) doenst have the added Campaign_id from adwords. I need that id.. So how can i retreive this after the batchjob Succeeded? Op donderdag 3 februari 2022 om 21:38:10 UTC+1

RE: Batchjob query details

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Prince, The BatchJobsService ListBatchJobResults method should return a list of BatchJobResults. Assuming no errors, you can find the mutate_operation_response within the BatchJobResult, and you can locate the resource name for the specific response type (e.g. campaign_result). Regards,