Having an issue where when requesting Keyword statistics, the data returned is higher than what's shown in the UI.
Query:
SELECT ad_group_criterion.status,ad_group_criterion.criterion_id,ad_group_criterion.keyword.text,ad_group_criterion.keyword.match_type,metrics.clicks,metrics.impressions,metrics.ctr,metrics.cost_micros
FROM keyword_view
WHERE metrics.impressions > 0 AND ad_group_criterion.status IN ("ENABLED","PAUSED") AND segments.date >= '2023-06-01' AND segments.date <= '2023-06-30'
All of the metric values are higher than what is shown in the UI (for example UI shows 130 clicks and API returns 149 clicks for a keyword).
Confirmed the filters and date range are the same.
Is this a known issue by any chance? I can of course provide more information privately.
Thank you,
Tiana