Hi,
I hope you're doing well today.
I suggest you utilize the campaign query builder (https://developers.google.com/google-ads/api/fields/v14/campaign_query_builder) to determine the list of available fields for the campaign resource. If you're unable to find some of the metrics you need, please let us know the field name for our reference. Also, since the API only reflects the UI, kindly provide a UI screenshot as well of the field you're looking for so we can assist you in confirming if it's supported in the API or not.
![]() |
Google Ads API Team |
Hi,
Just to add on my previous response, you may send the field names and UI screenshots to us, if needed, via Reply privately to author option.
Hi Shafayet,
Thank you for the reply.
You may try the below sample query and utilize Campaign Builder (https://developers.google.com/google-ads/api/fields/v14/campaign_query_builder) to see the selectable fields you may use when selecting campaign resource attributes:
"SELECT campaign.status, campaign.name, campaign_budget.name, customer.currency_code, campaign.campaign_budget, campaign_budget.type, campaign.primary_status, campaign.primary_status_reasons, campaign.advertising_channel_type, metrics.cost_micros, metrics.impressions, metrics.clicks, metrics.ctr, metrics.interaction_rate, metrics.search_impression_share, metrics.search_budget_lost_impression_share, metrics.view_through_conversions, campaign.optimization_score, customer.optimization_score, metrics.active_view_ctr, metrics.active_view_impressions, metrics.conversions_value, metrics.current_model_attributed_conversions_value_per_cost, metrics.conversions, metrics.cost_per_conversion, metrics.top_impression_percentage, metrics.average_cpc, metrics.value_per_all_conversions_by_conversion_date, metrics.value_per_conversions_by_conversion_date, metrics.conversions_by_conversion_date, metrics.all_conversions_from_order, metrics.bounce_rate FROM campaign"
On the other hand, if the query we have provided is still not what you are referring to, you may provide us with the entire UI screenshot without cropping, including the customer ID, where you can see the expected data you want to retrieve in the API. We asked that as the Google Ads API mirrors the Google Ads UI. Whatever data shows on the Ads UI report, the API should pull it the same, and upon checking the screenshot you have provided, it seems not to have been taken from the exact Google Ads UI.
You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.
![]() |
Google Ads API Team |
I also want to know if it is possible to get metrics for leads and cost per lead. Despite reading the metrics documentation, I haven't found any clear references. Please let me know if you have any insights on this.
Thanks!
Hi,
Thanks for your response!
I noticed that in your reply, you're treating conversions and leads as the same thing. However, I believe there's a distinction: conversions refer to those who have actually purchased the product, while leads are those who have shown interest and are willing to buy the product. How can we use the same metric key for both conversions and leads?
Could you clarify this for me?
![]() |
Google Ads API Team |
![]() |
Google Ads API Team |