Join us
live on Discord on the Google Advertising and Measurement Community server on October 16th! We will discuss the new features added in V22 of the Google Ads API.
Track Performance
Stay organized with collections
Save and categorize content based on your preferences.
You can retrieve the performance statistics for your campaign budgets by
selecting metric fields of campaign_budget
in a
GAQL query. By default all statistics are aggregated at the budget level, one
row per budget. If segment fields are used, you may get more than one row per
budget. See segmentation for
details.
The following GAQL query retrieves conversion performance of a single budget,
filtering on its ID:
SELECT
segments.conversion_action,
metrics.value_per_conversion
FROM campaign_budget
WHERE campaign_budget.id = campaign_budget_id
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-23 UTC.
[null,null,["Last updated 2025-09-23 UTC."],[],[]]