Feed Item Alternative

30 views
Skip to first unread message

cv

unread,
Jul 16, 2025, 7:02:43 AM7/16/25
to Google Ads API and AdWords API Forum
Hi,

I can see that in v19 All feed-related entities are removed from the API.
https://developers.google.com/google-ads/api/docs/upgrade#v18-v19

I have hard time to map old Extensions then feed-items to now Assets.

My Goal is to get count across account/campaign/adgroups for extensions/feeds/assets like of
Sitelinks
Call
Call Out
Structured Snippets.

Earlier I have this feed_item view GAQL. SELECT campaign.id, campaign.name, segments.placeholder_type, campaign.status, ad_group.status FROM feed_item WHERE segments.date >= '2025-06-11' AND segments.date <='2025-07-11' AND metrics.impressions > 0 AND campaign.status IN (ENABLED,PAUSED) AND ad_group.status IN (ENABLED,PAUSED) Now I need to get similar result in v19 of the API.

Which is best view report to achieve this query. I was trying to use asset_field_type_view report, Doe sthis correct way to do this?
SELECT campaign.id, campaign.name, campaign.status, ad_group.status,asset_field_type_view.field_type, asset_field_type_view.resource_name  FROM asset_field_type_view  WHERE segments.date >= '2025-06-11' AND segments.date <='2025-07-11' AND metrics.impressions > 0  AND campaign.status IN (ENABLED,PAUSED) AND ad_group.status IN (ENABLED,PAUSED) If you have any guide to map those old reports with new reports type with Asset would be helpful. Or If you can guide which report types are best suited for this?

Thanks,


Google Ads API Forum Advisor

unread,
Jul 16, 2025, 11:45:28 AM7/16/25
to chirag....@gmail.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team.

Kindly note that you can check various asset types, including feed items, call, callout, sitelinks, and structured snippets, using the ad_group_asset report. To filter these, use ad_group_asset.field_type. Please refer to the following query:
SELECT asset.sitelink_asset.ad_schedule_targets, asset.sitelink_asset.description1, asset.sitelink_asset.description2, 
asset.sitelink_asset.end_date, asset.sitelink_asset.link_text, asset.sitelink_asset.start_date, asset.callout_asset.callout_text, 
asset.callout_asset.end_date, asset.callout_asset.start_date, asset.callout_asset.ad_schedule_targets, asset.call_asset.call_conversion_action, 
asset.call_asset.call_conversion_reporting_state, asset.call_asset.country_code, asset.call_asset.phone_number, campaign.id, ad_group.id, asset.id, 
ad_group.name, campaign.name, ad_group.status, campaign.status, segments.date, asset.structured_snippet_asset.header, asset.structured_snippet_asset.values 
FROM ad_group_asset WHERE ad_group_asset.status IN ('ENABLED', 'PAUSED') AND campaign.status IN ('ENABLED', 'PAUSED') AND segments.date BETWEEN '2025-06-11' 
AND '2025-07-11' 
If you are not looking for this, please provide an uncropped UI screenshot that includes a visible Customer ID. Kindly highlight the specific fields and metrics you are trying to retrieve using the Google Ads API.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-07-16 15:44:46Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01svonl:ref" (ADR-00319075)



Reply all
Reply to author
Forward
0 new messages