Hi Dominik,
You can retrieve the final url for the pmax using the
landing_page_view report. Kindly check the below sample query:
SELECT campaign.id, campaign.name,
campaign.advertising_channel_type,
landing_page_view.unexpanded_final_url,
expanded_landing_page_view.expanded_final_url
FROM landing_page_view WHERE
campaign.advertising_channel_type = 'PERFORMANCE_MAX'
Additionally, you can utilize the
Google Ads Query Builder and
Query Validator to build and validate the queries for retrieving the data.
Hope this helps. Let us know if you have any further questions.
This message is in relation to case "ref:!00D1U01174p.!5004Q02bDNgg:ref" (ADR-00108993)
Thanks,
 |
Google Ads API Team |
