Re: handling empty partial_failure_error when uploading offline conversions

2024-04-01 Thread Dave Stitz
I am having the same issue and so I had to handle the detection of the partial failures uploads differently than what the Partial Failure docs recommend. Here is the bug report from 2022 for this issue which is still open: https://github.com/googleads/google-ads-dotnet/issues/473 On

Re: handling empty partial_failure_error when uploading offline conversions

2024-03-28 Thread Albeiro Ochoa
In fact, the log I included is precisely because I have enabled logging in my Python code to capture the complete API logs. Below, I share with you the relevant log I obtained when reproducing the problem: 2024-03-27 18:46:22,711 - INFO - Conversion upload response: results { gclid:

RE: handling empty partial_failure_error when uploading offline conversions

2024-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. By reviewing your query, I understand that you're encountering a "Partial failure error". I would recommend you refer to the partial failure documentation for more information. However, If you are still facing the same issue,

Handling empty partial_failure_error when uploading offline conversions

2024-03-27 Thread Albeiro Ochoa
Hello Google Ads community, I am working on a project that involves uploading offline conversions using the Google Ads API VER 14. I have implemented the code to send conversions using the ConversionUploadService and the upload_click_conversions method. The issue I am facing is that, even