Hi,
I have the following query to pull keyword report. I receive all the results except ad_group_criterion.final_urls. Is there a specific reason why it's not included in the results?
SELECT
customer.id,
campaign.id,
campaign.name,
ad_group.id,
ad_group.name,
ad_group_criterion.criterion_id,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
ad_group_criterion.final_urls,
segments.date,
metrics.impressions,
metrics.clicks,
metrics.cost_micros
FROM keyword_view
WHERE segments.date BETWEEN '2021-07-01' AND '2021-07-30'
Using python api google-ads 12.0.0 with Google Ads API v8.