Hi Stephen, Here is a sample PHP guide <https://developers.google.com/adwords/api/docs/samples/php/reporting#download-a-criteria-performance-report-with-awql> for you to better understand the implementation. Just change the report type definition to cater the type of report you want to generate. If your concern is where the download location will be, AdWords API automatically generates the report file in the temp folder which will be specified in the logs. More so, you can also specify the path where you want it to generate by adding this line of code.
$filePath = '/user/local/...' $reportDownloadResult->saveToFile($filePath); Let me know if you have further concerns. Regards, Dannison AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a6a47b5e-5bc3-404e-a081-8cbde7ba4c41%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
