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.
![]() |
Google Ads API Team |
[2025-04-29 12:45:32Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qVGSy:ref" (ADR-00302777)
![]() |
Google Ads API Team |
[2025-04-30 10:56:34Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01qVGSy:ref" (ADR-00302777)