Hi Claudio, This is a known issue in the library, could you star / +1 the issue? http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=62.
As for the error you are getting, I looked up the logs, and I am seeing ReportDefinitionError.INVALID_REPORT_DEFINITION_ID @ as the error. This typically happens if the authToken you are sending for downloading report doesn't belong to the same user as the one owning the report id. So the right way to troubleshoot would be to take a look at the login email for which you are generating the report id and make sure that the authToken you set on downloading the report is the same one. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 4, 10:51 pm, Claudio Carballal Abarzúa <[email protected]> wrote: > Hi! > > When I want download a Report I get the message "Report contents are > invalid." The report Definition Id is 67768614. There are no inner > exceptions or other messages. The stack trace: > > at > Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.GetClientReport(Int64 > reportDefinitionId, Boolean returnMoneyInMicros) > at > Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.GetClientReport(Int64 > reportDefinitionId) > at Business.GoogleConnector.ObtenerClicksDeGrupo(AdWordsUser user, > Int64 reportDefinitionId, ILogger logger, Int64& cantidadClicksGrupo) > in C:\Documents and Settings\cucho\My Documents\Visual Studio > 2010\Projects\AdfirstClicksUpdater\Business\GoogleConnector.cs:line 57 > > Thanks for the help, > > Claudio -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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
