Re: Error while getting the campaign performance report

2019-08-20 Thread Google Ads API Forum Advisor Prod
Hi, You may try and download the results of the report as objects as seen in this example. This way, it could be an easier approach than parsing the generated file itself. I hope this helps. Best regards, Peter Google Ads API Team ref:_00D1U1174p._5001UHE1nM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Error while getting the campaign performance report

2019-08-20 Thread SML Analysis
Hi, Ok thank you I will give it a try and will let you know. what I am actually trying to do here is to read one by one rows and save it in our DB for reporting purpose. Is there a way I can save the response from Google into a C# Datatable and update it using bulk query into DB. Regards Ali

RE: Error while getting the campaign performance report

2019-08-19 Thread Google Ads API Forum Advisor Prod
Hi, Could you confirm if there are any implemented post processing in the reports after it has been downloaded? I asked because, based on the logs, the issue appears that it may not have originated from the AdWords servers. Could you try and generate the report using the client library example