Re: .NET AdWords Client lib Download Report Error bug.

2014-05-21 Thread micdevepro
Hi,Anash: I have the same issue while trying to make call downloading the SEARCH_QUERY_PERFORMANCE_REPORT Reports. Here is the code: public static void Run(AdWordsUser user, string fileName) { try { ReportDefinition def = new ReportD

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread CSPeter
Thanks. I haven't seen any report errors come through since you guys added the Errors object. This was in fact my issue (along with PreferredPosition also being removed). On Thursday, September 12, 2013 3:48:52 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: > > Hi Peter, > > BottomPositi

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, BottomPosition is not a valid column as per https://developers.google.com/adwords/api/docs/appendix/reports#keywords. If you look at the ReportsException being thrown and then examine it's Error field, you will see the cause of error. Cheers, Anash On Thursday, September 12, 2013 12

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-11 Thread CSPeter
I created a new program and used the c# example code from nuget. Essentially, all I did was change the login type to ClientLogin, change the report type, download format to XML, and set appropriate selector fields. Here are the details of the modifications I made: - Changed the _Main method in

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-10 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, Do you have a code example to illustrate the problem? That would be most helpful. Cheers, Anash On Friday, September 6, 2013 7:51:11 PM UTC+5:30, CSPeter wrote: > > I also have this issue. I'm running the .net client library from nuget > (16.1.0). When I make this call with the fol

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-06 Thread CSPeter
I also have this issue. I'm running the .net client library from nuget (16.1.0). When I make this call with the following report types, the reports are generated without errors: CAMPAIGN_PERFORMANCE_REPORT AD_PERFORMANCE_REPORT ADGROUP_PERFORMANCE_REPORT Then when I make the same call after on

Re: .NET AdWords Client lib Download Report Error bug.

2013-08-29 Thread Anash P. Oommen (AdWords API Team)
Hi Gerhard, Did you set user.Config.ClientCustomerId at any point? AdWords API reports need that to pull the relevant data even if you set prn email correctly to that of your advertiser account. Cheers, Anash On Thursday, August 29, 2013 11:07:03 AM UTC+1, Gerhard van Deventer wrote: > > HI An

Re: .NET AdWords Client lib Download Report Error bug.

2013-08-29 Thread Gerhard van Deventer
HI Anash, I am having a similar issue with trying to download adwords reports using the C# Api. Specifically, I am attempting to use OAuth 2.0 to act as a service account and receive errors similar to the text below: Report download errors occurred, see errors field for more details. at

Re: .NET AdWords Client lib Download Report Error bug.

2013-08-14 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, Is the issue resolved? Could you post a code snippet that shows the issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, August 3, 2013 12:20:44 AM UTC+5:30, Chris Jenkins wrote: > > I'm just starting to dig into the api and I'm having an issue when I'm > calling reports.

.NET AdWords Client lib Download Report Error bug.

2013-08-07 Thread Chris Jenkins
I'm just starting to dig into the api and I'm having an issue when I'm calling reports. I've tried various reports, but they all fail. I'm sure it has something to do with the way I'm setting it up, but the exception it throws never has anything in the error. It just says this: Google.Api.Ads.