Hi Ronak,
Thank you for reaching out. Please refer to Account Performance report for the field mapping from Adwords to Google Ads API to fetch the stats. Additionally, refer to this example for querying reports using Google Ads Query Language. Please let us know if this helps.
Regards,
Nikisha Patel, Google Ads API Team.
Hi Ronak,
The Customer resource in Google Ads API will give you the required data at the account level data. Please refer to the example report query below:
SELECT customer.currency_code, metrics.active_view_cpm, customer.descriptive_name FROM customer LIMIT 100. Let us know if this helps.
Regards,
Nikisha Patel, Google Ads API Team