Query : SELECT customer.currency_code,customer.descriptive_name,
campaign.id,
campaign.name,campaign.status,segments.geo_target_city,geographic_view.country_criterion_id,segments.geo_target_metro,segments.geo_target_most_specific_location,segments.geo_target_region,
ad_group.id,
ad_group.name,ad_group.status,segments.device,geographic_view.location_type,metrics.clicks,metrics.cost_micros,metrics.impressions FROM geographic_view WHERE metrics.impressions > 0 AND segments.date >= "2022-04-01" AND segments.date <= "2022-04-01" PARAMETERS omit_unselected_resource_names=true' for clientId=1912824586
But as per above query Total clicks is 1951 (PFA sheet).
When the query was done for Adwords API, the total matches with Google Ads UI PFA sheet.
How can we fetch details when segments.geo_target_city or geographic_view.country_criterion_id is blank