Re: Id from Batch job result using google ads API

2023-08-10 Thread Elegi Sandi
for those who are still wondering in 2023, you can parse the resource name using the client you're using (eg: batchjobserviceclient). I'm using PHP so: $parsed_resource_name =

Id from Batch job result using google ads API

2022-03-03 Thread sowjanya T
Hi Team, I am using batch job to add Adgroup to a campaign,but while fetching the ad id always getting 0, even though i added response content type as MUTABLE_RESOURCE. here is my code, ListBatchJobResultsPagedResponse batchJobResults = batchJobServiceClient