Hi Tal,
Thank you for reaching out. If you are using Adwords API, you could query a report and download it. This is a list of the available reports in the Adwords API. You could refer to this code example to generate a report in Adwords API. If you are using the Google Ads API, you could refer to the list of available resources and you could refer to this code example on how to generate reports.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||
Hi Tal,
Thank you for reaching out. Yes, you could download the report in CSV format or other available formats and then extract data and save them into MYSQL. Alternatively, you could use this code example to stream results using a BufferedReader and then process the returned data including the option to save to MYSQL.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Tal,
Thank you for reaching out. There is no example for streaming of results from a report for the PHP client library. It is available for other client libraries such as Python and .Net client libraries.
Thanks and regards,
Xiaoming, Google Ads API Team