Hi, Thank you for reaching out to the Google Ads API support team.
Please be informed that I have removed your response from the forums as it contains the PII information. Do note that the feed-based extensions were migrated to asset-based extensions. Kindly refresh the blog post for more details. Feed items no longer exist and no longer gather metrics. You can retrieve the feed data using the asset set resource as below: POST https://googleads.googleapis.com/v19/customers/{customer Id}/googleAds:search?key=[YOUR_API_KEY] HTTP/1.1 developer-token: ********************** Authorization: Bearer [YOUR_ACCESS_TOKEN] Accept: application/json Content-Type: application/json { "query": "SELECT asset_set.id, asset_set.type, asset_set.status, asset_set.resource_name, asset_set.name FROM asset_set" } { "results": [ { "assetSet": { "resourceName": "customers/{customer Id}/assetSets/{asset set Id}", "name": "PTV a03 s Game feed", "type": "DYNAMIC_CUSTOM", "status": "ENABLED", "id": "{asset set Id}"" } }, { "assetSet": { "resourceName": "customers/{customer Id}/assetSets/{asset set Id}"", "name": "PTV S Game feed", "type": "DYNAMIC_CUSTOM", "status": "ENABLED", "id": "{asset set Id}"" } } ], "fieldMask": "assetSet.id,assetSet.type,assetSet.status,assetSet.resourceName,assetSet.name", "queryResourceConsumption": "80" } You can try making a request using the Search or SearchStream by passing the customer Id. Also, you can use QueryBuilder to create your query and QueryValidator to validate your query. Thanks, Google Ads API Team Feedback How was our support today? [2025-04-29 12:45:32Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qVGSy:ref" (ADR-00302777) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/4t9mL000000000000000000000000000000000000000000000SVHCRW00iA3jxr9pRZait4cSloGGGg%40sfdc.net.