Hello, In terms of the actual code that is executed, unless you use a third party piece of software, you're going to have to write that yourself. There are examples illustrating how to schedule and download reports in all of the official client libraries.
In terms of how you configure your server to run your code at a specific time, the standard way of doing that on a UNIX-y system would be via cron (http://en.wikipedia.org/wiki/Cron) and on a Windows system would be a Scheduled Task (http://support.microsoft.com/kb/ 308569). Cheers, -Jeff Posnick, AdWords API Team On Apr 22, 3:51 am, PPL <[email protected]> wrote: > Hi all, > Can any one give me an idea of what kind of scheduler do you use to > download report regularly? > I want to schedule the report and want to store those report data in > my database regularly. > Could you pls help me? > > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
