I am downloading Ad Performance reports (in CSV format) using the .NET client library for Google AdWords API v201209.
The final row of data in every report I download is an aggregate row. An example looks like:
Total, --, --, --, --, --, --, --, --, --,2.6, --, --, --,516,13,16
I do not need the aggregate data. Currently I'm stuck having to write code to remove it manually or deal with skipping this row during parsing.
Is there a way to exclude this row from being included in the downloaded report?