Hi, There's nothing in the API as such to help build the report definition xml, but the ReportDefinition type itself is there in the wsdl: http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.ReportDefinition.html. You could just write a utility function to convert a ReportDefinition object into its xml format. I'm adding support for this in the .NET client library. It is still not complete, but you could take a look at http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v13.0/src/AdWords/Util/Reports/ReportUtilities.cs#160 and http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v13.0/src/Common/Util/SerializationUtilities.cs#112 on how I build the xml out of the ReportDefinition object.
Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
