
Hi,
Based on the information provided, I understand that you are looking for guidance on how to retrieve the custom dynamic ad feed asset using the Google Ads API.
To retrieve the final URL, I would recommend you to include the asset.final_urls field from the asset resource using the Google Ads API. However, I am sharing the sample GAQL query as per your requirement:
SELECT asset.resource_name, asset.dynamic_custom_asset.item_title, asset.dynamic_custom_asset.item_description, asset.dynamic_custom_asset.price, asset.final_urls FROM asset WHERE asset.dynamic_custom_asset.id = '{dynamicCustomAssetId}'
From the above GAQL query you will be able to retrieve the asset resource name and the final urls of an asset as per your screenshot. To update the final URL of a custom dynamic ad feed asset, I would recommend you to use the AssetService and pass the resource name which is obtained from the above query.
If you encounter difficulties in interpreting the return results, kindly provide us with the complete API logs (request and response logs with request-id and request header) generated at your end.
If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.
![]() |
Google Ads API Team |
[2025-10-22 14:02:54Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vRDOW:ref" (ADR-00335908)
Hi,
Please ignore my previous email.
Based on the information provided, I understand that you are looking for guidance on how to retrieve the custom dynamic ad feed asset using the Google Ads API.
To retrieve the final URL, I would recommend you to include the asset.final_urls field from the asset resource using the Google Ads API. However, I am sharing the sample GAQL query as per your requirement:
SELECT asset.resource_name, asset.dynamic_custom_asset.item_title, asset.dynamic_custom_asset.item_description, asset.dynamic_custom_asset.price,asset.final_urls FROM asset WHERE asset.dynamic_custom_asset.id = '{dynamicCustomAssetId}'
From the above GAQL query you will be able to retrieve the asset resource name and the final urls of an asset as per your screenshot. To update the final URL of a custom dynamic ad feed asset, I would recommend you to use the AssetService and pass the resource name which is obtained from the above query.
If you encounter difficulties in interpreting the return results, kindly provide us with the complete API logs (request and response logs with request-id and request header) generated at your end.
If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
Google Ads API Team |
[2025-10-22 14:07:21Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01vRDOW:ref" (ADR-00335908)