Hi, If you are using the .NET client library, then it already has a definition for ReportDefinition in v201206, so you may continue using it. Other options are to use AWQL ( https://developers.google.com/adwords/api/docs/guides/awql), write the stub yourself by copy-pasting it from v201109_1 definition (and replacing v201109_1 with v201206) or generating them from xsd ( https://adwords.google.com/api/adwords/reportdownload/v201206/reportDefinition.xsd) using xsd.exe.
Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 8 August 2012 06:41:51 UTC+5:30, cwu2006 wrote: > > > I have just realised that the ReportDefinition class has been removed from > ReportDefinitionService wsdl file. to tell Ad Hoc report to download > particular report, what is the recommended way for .net application? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
