Hi,
I am triying to obtain the keywords used in a specific ad group with this query:
SELECT
ad_group.id, ad_group_criterion.keyword.text, ad_group_criterion.keyword.match_type, metrics.clicks FROM keyword_view where
ad_group.id = XXXXXXXXXX"
With this query, I am obtaining 25 results, 7 keywords are match_type = BROAD and 18 keywords are match_type = EXACT. That last type of keywords are the ones generated from the BROAD keywords (also, the sum of clicks from EXACT keywords is the same as the sum of clicks from BROAD keywords).
Up to this point, everything is correct, the thing is, when I check in the UI it just appears the 7 BROAD keywords that are the ones that I originally put when I created the adgroup (I am just using the filter for the adgroup_id).