Hi ,
I have a data feed that on the ui of google ads i can filter it by the 
status of the element , possible statuses are  Eligible and Eligible 
(Limited).
  but , when i do a query to the api to the asses_set of type PAGE_FEED 
that contain both element with the status Eligible or  Eligible (Limited) i 
get the same values for the fields
  asset.policy_summary.review_status and asset.policy_summary.approval_
status.

this is the query that i use:
SELECT asset_set_asset.asset, asset.resource_name, 
asset.policy_summary.approval_status , asset.policy_summary.review_status
FROM asset_set_asset
WHERE asset_set_asset.asset_set = '{asset_set_resource_name}' AND 
asset_set_asset.status != 'REMOVED' AND asset.policy_summary.approval_status 
= '{status}'

this is the values that i get for both element on status Eligible and 
Eligible (Limited) :

policy_summary {
      review_status: REVIEWED
      approval_status: APPROVED

My question is based on which field on the google ads api  i can to differ 
between the element on the asses_set that seems that on the ui have a 
different value on status [Eligible and  Eligible (Limited) ] but the 
result on the api says different.

Thanks in advance !

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/04a37a9e-f862-48c7-aa08-efdbbff24d40n%40googlegroups.com.

Reply via email to