Hello, 

I have a report that emails me a list of disapproved extensions within an 
account. 

When I run this query on a particular account:

SELECT 
  feed_item.status, 
  feed_item.attribute_values, 
  feed_item.policy_infos, 
  feed_item.id 
FROM feed_item 
WHERE 
  feed_item.status = 'ENABLED' 

It returns an old review extension that has been disapproved. 

I cannot do anything with this information, since review extensions are no 
longer an option in Google Ads. 

How can I modify this query so that it will never return extensions that 
can no longer be used in Google Ads?

I would have thought *feed_item.status = 'ENABLED'* would have accomplished 
this, but this old review extension is, in fact, listed as enabled.

Thanks and I look forward to your reply.

Aaron


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f58cec97-8b6d-470a-a4f7-943c21a2ec80n%40googlegroups.com.
  • Ho... Aaron Weiner
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to