Excellent! After the holidays I will get this rolling.
Thanks!
Robert
On Dec 22, 3:10 pm, AdWords API Advisor
wrote:
> Hi Robert,
>
> That sounds like a good idea. You can open a feature request on the
> client library's issue tracker, and if you go through a short legal
> process you can eve
Hi Robert,
That sounds like a good idea. You can open a feature request on the
client library's issue tracker, and if you go through a short legal
process you can even contribute code to the project's source code
directly.
http://code.google.com/p/google-api-adwords-dotnet/issues/list
Best,
-
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