How to force refresh Feed Items (assets) of a Page Feed

168 views
Skip to first unread message

Reddy (Jay) Bujala

unread,
Apr 26, 2023, 5:18:18 AM4/26/23
to Google Ads API and AdWords API Forum
Hi Team,

We need to refresh (i.e., recreate) our Page Feed assets as many of them are shown as 'Eligible (Limited)" due to a redirection issue which has been fixed on our end already. 

To do that, we need to identify those feed items whose status != "ELIGIBLE". I am not able to find a way to apply that filter. Could you please help guide on that.

I tried this so far, but asset.policy_summary.approval_status is not exactly matching with what I see on the UI. It just gives me Approved and Disapproved, but can't give whether Eligible (Limited) or not. 

SELECT
asset.page_feed_asset.page_url,
asset.page_feed_asset.labels,
asset.policy_summary.approval_status
FROM asset_set_asset
WHERE asset_set_asset.asset_set = "{asset_set_resource_name}"
AND asset_set_asset.status = 'ENABLED'


Thanks
Jay

Google Ads API Forum Advisor

unread,
Apr 26, 2023, 8:39:12 AM4/26/23
to jay.b...@super.com, adwor...@googlegroups.com

Hi Jay,

Thanks for reaching out to Google Ads API Forums.

With regards to your concern, please note that Google Ads API mirrors the Google Ads UI. Meaning by using the Google Ads API, you can get and manage the data that you are seeing in the UI. 

With that being said, can you provide us with the full (not cropped) and non-redacted screenshot of the Google Ads UI data that you want to retrieve in Google Ads API? This is for us to be able to perform and to replicate the data on our side.

You may then send the requested information via the Reply privately to the author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.

Links included in this email:


Regards,

Google Logo Google Ads API Team


ref:_00D1U1174p._5004Q2kqUSN:ref
Reply all
Reply to author
Forward
0 new messages