When I was tuning the Google ads API asset interface, there were two status 
asset.policy_summary.approval_status and 
asset.policy_summary.review_status, I returned almost 1 million data 
without passing any conditions. When I added these two conditions and set 
all the parameters that met these two conditions (theoretically and without 
setting conditions), only 270000 data was returned. I would like to ask, 
what is the difference between setting these two status conditions and not 
setting them?


What is the difference between these two states?

Here is the CURL I requested:

curl --location 
'https://googleads.googleapis.com/v12/customers/9771146xxx/googleAds:search' 
\
--header 'Content-Type: application/json' \
--data '{
    "query": "SELECT customer.id, asset.id, asset.image_asset.file_size 
FROM asset where asset.policy_summary.approval_status IN ('APPROVED', 
'APPROVED_LIMITED', 'AREA_OF_INTEREST_ONLY', 'DISAPPROVED', 'UNKNOWN') and 
asset.policy_summary.review_status IN ('ELIGIBLE_MAY_SERVE', 'REVIEWED', 
'REVIEW_IN_PROGRESS', 'UNDER_APPEAL', 'UNKNOWN') ",
    "pageSize": 1000
}'


curl --location 
'https://googleads.googleapis.com/v12/customers/9771146xxx/googleAds:search' 
\
--header 'Content-Type: application/json' \
--data '{
    "query": "SELECT customer.id, asset.id, asset.image_asset.file_size 
FROM asset ",
    "pageSize": 1000
}'

thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c4bc3528-326e-474f-a258-8040cfebcd2fn%40googlegroups.com.

Reply via email to