Hi Robert,
The paging option for the ReportDefinitionService lets you page
through the report definitions, but doesn't control the downloaded
report.
The service supports a GZIPPED_CSV or GZIPPED_XML format, which allow
you to download large files. Once downloaded you can extract the
reports the
Does anyone have a suggestion?
On 7 Aug, 11:35, "robert.johans...@adwire.se"
wrote:
> OK, I see. I thought that paging was available because it's listed in
> the API reference under "ReportDefinitionService".
>
> The reason why I'm looking for a paging solution is that a client of
> mine have abo
OK, I see. I thought that paging was available because it's listed in
the API reference under "ReportDefinitionService".
The reason why I'm looking for a paging solution is that a client of
mine have about 100 000 keywords in their account. Downloading such
large report would probably cause my ser
Hi Robert,
The v201003 reporting system, much like the v13 version, doesn't using
paging. Instead all the results are returned in a single file that is
downloaded. Are you running into size limits for your reports?
Best,
- Eric Koleda, AdWords API Team
On Aug 5, 3:07 pm, "robert.johans...@adwi
In order to not exceed the maximum number of items returned from my
reports, I wish to use paging. How can I use it together with the
reportDefinitionService (I use PHP)? If my report contain 10 000 items
and each page can contain 2 000 items, must I create a new report
definition for each page?
Al