Re: Batch Job Result detailed information

2022-03-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Julian, Thank you for the suggestion. I work with Peter, it appears that your suggestion is helpful and can be applied to the concern of the initial user of this post. Let me know if you have any concerns about Google Ads API and our team will be glad to address it. Best regards, Jinky

Re: Batch Job Result detailed information

2022-03-29 Thread Julian Canada
I guess that what you were looking for was to set the ResponseContentType(MUTABLE_RESOURCE) in the ListBatchJobResultsRequest. It took me a while to get to that setting because it was not in the MutateOperation but in the List Request . Hope this helps ! On Wednesday, March 10, 2021 at

Re: Batch Job Result detailed information

2021-03-10 Thread Google Ads API Forum Advisor Prod
Hi, Yes, you can query the entities as you have described after creation. However, I would recommend that you wait for a brief period after creation before executing the follow up query. I hope this helps. Best regards, Peter Laurence Napa Oliquino Google Ads API Team

Re: Batch Job Result detailed information

2021-03-10 Thread Prototype.co
Hi, in this case we are uploading ad groups, and would like to receive their Ad Group Names and Parent Campaign IDs (their Ad Group ID is already available as part of the resource name). Or do you think the best solution is to launch a query immediately after upload for this information where

RE: Batch Job Result detailed information

2021-03-09 Thread Google Ads API Forum Advisor Prod
Hi, The information from the BatchJobResult should contain (and help you identify) which type of entities (ex. ad_group_ad_result) were created. That being said, could you provide more context on what other information from the batch jobs you wish to retrieve? Best regards, Peter Laurence

Batch Job Result detailed information

2021-03-09 Thread Prototype.co
Hi all, previously, the AdWords API allowed downlaoding the results of a BatchJob through a downloadUrl which had detailed information on the resulting items created by the batch job. This included, in the case of Ad Groups: *$adGroup->getCampaignName(), $adGroup->getName(),