Hi Eric, Yes, I'm aware that this is only supported in v201008.
However, I'm using the v201003 and I'm requesting: reportDefinition.reportType = ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT; And I'm receiving an exception about the ACCOUNT_PERFORMANCE_REPORT. I've searched through all of my code and I can't find ACCOUNT_PERFORMANCE_REPORT anywhere in my code. I've confirmed that it is calling https://adwords.google.com/api/adwords/cm/v201003/ReportDefinitionService This is the code that is causing the exception: ReportDefinitionService reportDefinitionService = (ReportDefinitionService)oUser.GetService(AdWordsService.v201003.ReportDefinitionService); ReportDefinitionSelector selector = new ReportDefinitionSelector(); ReportDefinitionPage page = reportDefinitionService.get(selector); I see that the client libraries for v201008 for .NET were just released so I'll switch to that version. I'm assuming it will get me past my hurdle, however, I still think there's an issue with v201003 that may affect others. Thanks for your help. Nick On Sep 20, 2:48 pm, AdWords API Advisor <[email protected]> wrote: > Hi Nick, > > The ACCOUNT_PERFORMANCE_REPORT is only supported in v201008, and > previous version cannot use this type of report. To use this report > you will need to upgrade to v201008. > > Best, > - Eric Koleda, AdWords API Team > > On Sep 17, 6:11 pm, nwood888 <[email protected]> wrote: > > > > > I recently started getting this when trying to build a report: > > > "Enum > > com.google.ads.api.services.campaignmgmt.report.reportdefinition.v201003.ja > > xbgen.ReportDefinitionReportType > > does not have a constant corresponding to ACCOUNT_PERFORMANCE_REPORT > > while invoking public abstract > > com.google.ads.api.services.campaignmgmt.report.reportdefinition.v201003.ja > > xbgen.ReportDefinitionPage > > com.google.ads.api.services.campaignmgmt.report.reportdefinition.v201003.ja > > xbgen.ReportDefinitionServiceInterface.get(com.google.ads.api.services.camp > > aignmgmt.report.reportdefinition.v201003.jaxbgen.ReportDefinitionSelector) > > throws > > com.google.ads.api.services.campaignmgmt.report.reportdefinition.v201003.ja > > xbgen.ApiException_Exception > > with params > > [com.google.ads.api.services.campaignmgmt.report.reportdefinition.v201003.j > > axbgen.reportdefinitionselec...@5d92b8]." > > > I see that this ReportType is an addition to 201008, but I'm running > > the 201003 .NET client libraries. > > > This is stoping a big launch so any help would be much appreciated. > > > Best, > > > Nick -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
