Yes, that is what we ended up doing.
We LOAD DATA into an intermediate table and then we use a stored procedure
to copy from there to the "real" table.
As the first column in the report is numeric, but the "Total" word is on
that column, we had to make that column a varchar on the intermediate t
Thanks Davis!
On Monday, June 18, 2012 9:38:42 PM UTC-3, David Torres wrote:
>
> Hi Daniel,
>
> There is no way at this moment to prevent the totals from appearing in the
> report, but I'll pass your feedback to the team.
>
> Best,
>
> -David Torres - AdWords API Team
>
> On Thursday, June 14, 2
Hi Daniel,
I'm also using the LOAD DATA feature to import the reports. A simple way is
to import the data and afterwards delete the total line. Works good for me.
Artur
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot
Hi Daniel,
There is no way at this moment to prevent the totals from appearing in the
report, but I'll pass your feedback to the team.
Best,
-David Torres - AdWords API Team
On Thursday, June 14, 2012 12:06:14 PM UTC-4, Daniel Altman wrote:
>
> Hi all, I would like to know if anybody knows a w
Hi all, I would like to know if anybody knows a way to download reports
using the API in CSV format, but having them come without the line with the
totals that usually comes at the bottom.
For you to understand my problem: I am downloading a lot of reports and I
will use the LOAD DATA feature i