Hi Nelson, Thank you for the reply.
Kindly note that for our team to provide an appropriate answer, we indeed need the UI screenshot so that we can check and try this on our end and confirm what fields must be used. Moving forward to this, “what is the relationship between the ad level and the "unexpanded final URL level"? What is the "unexpanded final URL level"? What do you mean by "level"? I know that, in practice, we can define final URLs in the ad and in the keywords, but how do these URLs related to the landing_page_view's final URLs? ” Please also note that the Google Ads API just mirrors the Google Ads UI. Whatever data appears on the Ads UI report should be pulled by the API. Having said that, the fields in reports/resources simply map to the data in the UI. In that case, I would suggest contacting the Product team via this link, as they are better equipped to provide data relations guidance. And for this, "Moreover, let's say we want to fetch these things: 1. final URLs 2. metrics: ctr and impressions Should we get these from the ad_group_ad or landing_page_view? We can get them from one or the other. Which one should we choose? And why? And what's the difference?" You may get those fields both in the ad_group_ad and landing_page_view . You may see below sample GAQL: SELECT ad_group_ad.ad.final_urls, metrics.impressions, metrics.ctr FROM ad_group_ad SELECT landing_page_view.unexpanded_final_url, metrics.ctr, metrics.impressions FROM landing_page_view However, if you looking at Ads UI report and looking to pull those data in the Google Ads API, then you may provide us the whole UI screenshot without cropping, so that we can provide more accurate recommendations. You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our [email protected] alias instead Best regards, Heidi Google Ads API Team ref:_00D1U1174p._5004Q2hyDHl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/NaBp5000000000000000000000000000000000000000000000ROMM5100F_udgetaRcWH8ICCfAPzcw%40sfdc.net.
