How to get and set Final URL of a DYNAMIC_CUSTOM Business data feed

12 views
Skip to first unread message

Jesper Jørgensen

unread,
Oct 17, 2025, 7:30:36 PM (9 hours ago) Oct 17
to Google Ads API and AdWords API Forum
In the UI you can see the Final URL that has been uploaded:
datafeed.jpg

How do I get the final url value with GAQL like
query = f"""
    SELECT
      asset.resource_name,
      asset.dynamic_custom_asset.item_title,
      asset.dynamic_custom_asset.item_description,
      asset.dynamic_custom_asset.price
    FROM asset
    WHERE asset.dynamic_custom_asset.id = '11009'
"""
And how do you change the value through the API?
Had a look at this, that does not have a final url

Reply all
Reply to author
Forward
0 new messages