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 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ee573624-a0ee-48d3-a93c-e876bfef31b7n%40googlegroups.com.
