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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 on the web visit 
https://groups.google.com/d/msgid/adwords-api/8633a5af-98d8-40c2-b06e-b4e6294c3d7fn%40googlegroups.com.

Reply via email to