adGroupCriterion final_url

39 views
Skip to first unread message

JP

unread,
Apr 21, 2022, 12:10:38 PM4/21/22
to Google Ads API and AdWords API Forum
Hello,
I'm using the keyword_view report and am fetching the last 30 days worth of keyword information using the query:

SELECT
    customer.id,
    metrics.cost_micros, metrics.ctr, metrics.impressions, metrics.clicks,
    ad_group.id, ad_group.name, campaign.final_url_suffix,
    campaign.id, campaign.name,
    ad_group.campaign, ad_group.final_url_suffix, ad_group_criterion.keyword.match_type,
    ad_group_criterion.keyword.text, ad_group_criterion.final_urls, ad_group_criterion.final_url_suffix,
    ad_group_criterion.display_name, ad_group_criterion.criterion_id, segments.date
FROM
    keyword_view
WHERE
    segments.date BETWEEN 'START_DATE' AND 'END_DATE'
ORDER BY
    segments.date ASC,
    campaign.name ASC,
    ad_group.name ASC,
    ad_group_criterion.keyword.text ASC,
    ad_group_criterion.keyword.match_type ASC

I'm finding that any currently active keyword is giving us a final_url value for any historical data.
Any keyword that is marked as deleted (today) is not giving us a final_url value for any historical data. 

Is there any way to get the final_url that was used for a deleted keyword?

Thanks,
JP

Google Ads API Forum Advisor

unread,
Apr 22, 2022, 10:10:29 AM4/22/22
to jpj...@gmail.com, adwor...@googlegroups.com
Hi Jp,

Thank you for reaching out to the Google Ads API support team.

Could you please provide full screen screenshot of the UI of what you are looking for? so that we can further investigate the issue. Please reply via privately author option.

Thanks,
Google Logo
Nirmita
Google Ads API Team
 


ref:_00D1U1174p._5004Q2a5Xxi:ref
Reply all
Reply to author
Forward
0 new messages