The Google report creation web site supports as one of its formats Tab Separated Values (TSV). I work with a client that uses this format. In working with the .NET API, it was a trivial matter to clone CsvException.cs and CsvFile.cs into new modules called TsvException and TsvFile.c and to modify ReportUtilities.cs and CommonErrorMessages.resx to add support for the new TsvFile and TsvException classes. The downside to this is that I need to modify the AdWords .NET library code every time it is updated. Would it be possible to add TSV format to the supported report formats? I can even ZIP up the four modules listed above and send them to the maintainer if that would help.
TIA, Robert Schaffrath Meta5 Inc. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
