Hi Elad, Thank you for your follow up.
1) batch-processing - I've tried to follow this [post][1] about `batch-processing` to create an async batch job for removing multiple ads. It was sent to the server, but I didn't see the sent ad ids were deleted. You can poll your batch jobs and then list the results for monitoring purposes. This should allow you to see whether your operations (containing the ad IDs you passed) were successful or resulted into an error. I would also recommend that you enable logging so that the request and response logs could be visible on your end. Logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link. 2) Bulk Mutates If I choose to follow this [post][2] about `Bulk Mutates`, and create a sync batch, I get an undefined symbol `:Mutate` how can I fix this? Or make this code work? The issue (undefined symbol `:Mutate) you are encountering could be a client library issue on how you implemented the code. I would recommend that you reach out to client library owner via the Issues tab of their respective Github sites which you can access from here (links under the Source column), for further guidance on how to implement the mutate in your code. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2MlCCh:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/iW32F000000000000000000000000000000000000000000000QZ3QRN00eoAu81u2RautuNT4sv3GEg%40sfdc.net.
