Hi,
Thank you for contacting the Google Ads API support team.
To find the list of all campaigns and the amount for each campaign via the API.
Kindly refer to the below sample query:
{
"query": "SELECT campaign.name, metrics.cost_micros, campaign.id FROM campaign"
}
You can try making a request using the Method: customers.googleAds.search and Method: customers.googleAds.searchStream.
Also, you can use Query Builder to create your query and Query Validator to validate your query.
If this is what you are not looking for, provide us with a UI screenshot.
![]() |
Google Ads API Team |