Hi Diep, This is possible, though the approach needs to be slightly different. I'm providing links to the relevant code examples from the PHP client library (http://code.google.com/p/google-api-adwords-php)
- Use the AdWords API to create a report definition: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/AddKeywordsPerformanceReportDefinition.php - Download the report: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/DownloadReport.php - Customize the report, email it to your customers. See http://code.google.com/apis/adwords/docs/appendix/reports.html for the list of supported reports, and http://adwordsapi.blogspot.com/2010/07/introduction-to-reportdefinitionservice.html for an introduction on the report definition service. Cheers, Anash P. Oommen, AdWords API Advisor. On Feb 7, 8:01 am, diep <[email protected]> wrote: > Hi, > not sure if this is the right place to ask but we have the following > problem. We'd like to send customized reports of campaigns to our > customers. I know you can schedule reports in adwords but this > requires giving access to a specific address which is a lot of work if > you have many customers and does'nt allow the customizing we need. > So what i want to do in PHP is a script that does something like this: > - Adwords sends report to our email address > - Grab the report > - Do some customising > - Send customised report as attachment to customer > > Is this possbile whithout using the API? > And is it even possible using the API? :) > > thanks in advance! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
