landing_page_view ignore products urls

44 views
Skip to first unread message

Serhii Kusyi

unread,
Sep 1, 2023, 11:10:52 AM9/1/23
to Google Ads API and AdWords API Forum
Hi,

how can I get all expanded urls from dynamic remarketing campaign with products feed, because I get urls with main page only, but campaign shows product in GDN

12212.png

Google Ads API Forum Advisor

unread,
Sep 1, 2023, 11:55:05 AM9/1/23
to serhi...@gmail.com, adwor...@googlegroups.com

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.
 

This message is in relation to case "ref:_00D1U1174p._5004Q2oAABu:ref"

Thanks,

 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages