RE: REST API equivalent of ACCOUNT_PERFORMANCE_REPORT

2022-01-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daniel, Thanks for reaching out to the Google Ads API Forum. As per this Report mapping guide, the equivalent for the ACCOUNT_PERFORMANCE_REPORT is the Customer view. With regard to this functionality in the REST API, you may use the customer report using the search method. You may see the

REST API equivalent of ACCOUNT_PERFORMANCE_REPORT

2022-01-20 Thread dani...@gmail.com
Hi, I'm converting my old ads api code, to REST code. I have an old code that generates report ACCOUNT_PERFORMANCE_REPORT based on specific from and to date and account id. The output before was a downloadable file. May i know whats the equivalent of that functionality in REST API. Regards, D