Smart campaign call clicks reporting

65 views
Skip to first unread message

Oktay Donmez

unread,
May 26, 2023, 3:03:12 AM5/26/23
to Google Ads API and AdWords API Forum

When I check metrics of a campaign from UI, I see 5 call clicks. I tried queries below but I couldn’t find this value from API. How can I get this?

SELECT
  metrics.conversions_value,
  segments.conversion_action_category
FROM
  campaign
WHERE
  campaign.id = 20148887700

===============

  SELECT
    metrics.phone_calls,
    metrics.view_through_conversions,
    metrics.view_through_conversions_from_location_asset_click_to_call,
    metrics.view_through_conversions_from_location_asset_directions,
    metrics.view_through_conversions_from_location_asset_menu,
    metrics.view_through_conversions_from_location_asset_order,
    metrics.view_through_conversions_from_location_asset_other_engagement,
    metrics.view_through_conversions_from_location_asset_store_visits,
    metrics.view_through_conversions_from_location_asset_website,
    metrics.value_per_conversion,
    metrics.value_per_all_conversions,
    metrics.conversions_value,
    metrics.conversions,
    metrics.all_conversions,
    metrics.all_conversions_by_conversion_date,
    metrics.all_conversions_from_click_to_call,
    metrics.all_conversions_from_directions,
    metrics.all_conversions_from_interactions_rate,
    metrics.all_conversions_from_location_asset_click_to_call,
    metrics.all_conversions_from_location_asset_directions,
    metrics.all_conversions_from_location_asset_menu,
    metrics.all_conversions_from_location_asset_order,
    metrics.all_conversions_from_location_asset_other_engagement,
    metrics.all_conversions_from_location_asset_store_visits,
    metrics.all_conversions_from_location_asset_website,
    metrics.all_conversions_from_menu,
    metrics.all_conversions_from_order,
    metrics.all_conversions_from_other_engagement,
    metrics.all_conversions_from_store_visit,
    metrics.all_conversions_from_store_website,
    metrics.all_conversions_value,
    metrics.all_conversions_value_by_conversion_date
  FROM
    campaign
  WHERE
    campaign.id = 20148887700

metrics.png

Google Ads API Forum Advisor

unread,
May 30, 2023, 7:26:43 AM5/30/23
to oktayd...@gmail.com, adwor...@googlegroups.com
Hi Oktay,

Thank you for reaching out to the Google Ads API support team. I hope that you are doing well today.

I understand your concern and for us to further help you and provide an accurate answer to your concern, could you please provide us the full, non-cropped and non-redacted screenshot of the UI report that you are trying to fetch in the API? 

You can provide it via Reply privately to the author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.
 
This message is in relation to case "ref:_00D1U1174p._5004Q2ltYf4:ref"

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages