Hi,
Thank you for getting back to us.
By reviewing your concern, I understand that you are trying to retrieve total metrics for 'Search Impression Share', 'Search Lost Rank', 'Search Lost Budget' and others but you are unable to retrieve them via the
campaign resource from the Google Ads API.
Please find the sample GAQL query for retrieving the requested metrics:
SELECT metrics.search_impression_share, metrics.search_rank_lost_impression_share, metrics.search_budget_lost_impression_share, metrics.video_view_rate, metrics.search_top_impression_share, metrics.search_absolute_top_impression_share FROM campaign
Additionally, you can utilize the
Google Ads Query Builder and
Query Validator to build and validate the queries for retrieving the data from the Google Ads API.
I hope this helps. Kindly get back to us if you have any further questions related to the Google Ads API.