
Hi Serhii,
Thanks for reaching out to the Google Ads API Team. I hope you are doing well today.
With regards to your concern, as shown in your screenshot provided, you may use the landing_page_view reporting (https://developers.google.com/google-ads/api/fields/v14/landing_page_view) and try it in our landing_page_view_query_builder (https://developers.google.com/google-ads/api/fields/v14/landing_page_view_query_builder) , then validate using the query_validator (https://developers.google.com/google-ads/api/fields/v14/query_validator). See sample query below for reference.
SELECT landing_page_view.resource_name, landing_page_view.unexpanded_final_url, ad_group.campaign, ad_group.id, ad_group.name, ad_group.resource_name FROM landing_page_view
On the other hand, if you are referring to the “expanded final url” the, you may use the expanded_landing_page_view (https://developers.google.com/google-ads/api/fields/v14/expanded_landing_page_view) and try it in our expanded_landing_page_view_query_builder (https://developers.google.com/google-ads/api/fields/v14/expanded_landing_page_view_query_builder). See sample query below for reference.
SELECT expanded_landing_page_view.expanded_final_url, expanded_landing_page_view.resource_name, ad_group.campaign, ad_group.id, ad_group.name, ad_group.resource_name FROM expanded_landing_page_view
However, you may also provide us an uncropped screenshot from Google Ads UI with date filter, for us to further check and validate the information, and for us to provide accurate recommendations.
Have a great day.
![]() |
Google Ads API Team |