Hello,
I am performing a complete campaign upload with a budget, Adgroup, Criteria using batch job processing.
I would like to retrieve detailed information of campaigns (eg. campaign budget, adgroup, criteria) on the successful completion of batch processing. I am now using batch job result's MutateOperationResponse to access newly created campaign information using the below methods,
batchJobResult.getMutateOperationResponse().getCampaignResult()
batchJobResult.getMutateOperationResponse().getCampaignBudgetResult()
batchJobResult.getMutateOperationResponse().getCampaignCriterionResult()
However, for all the above calls 'null' value returned and I cannot access complete information of campaigns created. How can I retrieve complete campaign information from the batch job result processing?