When I run a query for metrics.search_budget_lost_impression_share or metrics.content_budget_lost_impression_share, these values return 0. This data does not match the data shown in the Google Ads UI.
Here is the full query I'm running.
SELECT
customer.id, customer.descriptive_name, metrics.impressions, metrics.clicks, metrics.ctr, metrics.average_cpc, metrics.all_conversions, metrics.cost_per_all_conversions, metrics.cost_micros, metrics.search_impression_share, metrics.content_impression_share, metrics.search_budget_lost_impression_share, metrics.content_budget_lost_impression_share FROM customer WHERE segments.date DURING LAST_30_DAYS