Hello Maurizio,
Jan is correct in that recurring reports can't be scheduled via the
AdWords API. You can of course write a program to schedule, download,
and process the report and then schedule that program to run on a
repeated basis, either via cron on a UNIX-y system or a Window's
Scheduled Task.
Alternatively, it is possible to schedule a repeating report using
the AdWords web interface and then either have that report emailed to
you as Jan suggests or download the report automatically via the
AdWords API. That approach will save you some API units, but it can be
tricky to use the getAllJobs() method to find the correct report job
id for the automatically run report, and you'd need that report job id
to actually download the report using the AdWords API. It's definitely
possible, but it's not really the intended use of the API.
Cheers,
-Jeff Posnick, AdWords API Team
On Sep 8, 4:46 am, "Jan Piotrowski (AdWords API Guru)"