Thank you for your answer, but when I query another account without policy 
warnings or errors, it still returns data with type='PROHIBITED'. What's 
going on? Will historical warnings still be processed as PROHIBITED?
This is part of the returned data, topic is CLICKBAIT.

results {
  ad_group_ad {
    resource_name: "customers/xxxxxx/adGroupAds/xxx~xxx"
    ad {
      resource_name: "customers/xxx/ads/xxxx"
    }
    policy_summary {
      policy_topic_entries {
        topic: "CLICKBAIT"
        type_: PROHIBITED
      }
      review_status: REVIEWED
      approval_status: DISAPPROVED
    }
  }
}

[image: Snipaste_2024-08-09_09-57-40.png]
在2024年8月8日星期四 UTC+8 23:21:14<Google Ads API Forum Advisor> 写道:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Each PolicyTopicEntry 
> <https://developers.google.com/google-ads/api/reference/rpc/v17/PolicyTopicEntry>
>  has 
> a topic that indicates the specific ads policy the entry is about and a 
> type to indicate the effect that the entry will have on serving. It may 
> optionally have one or more evidences that indicate the reason for the 
> finding. It may also optionally have one or more constraints that provide 
> details about how serving may be restricted. You can use the 
> PolicyTopicEntry.topic 
> <https://developers.google.com/google-ads/api/reference/rpc/v17/PolicyTopicEntry#topic>
>  field 
> to get the policy topic details. You may also use the below GAQL query: 
>
>
> SELECT ad_group_ad.policy_summary.approval_status, 
> ad_group_ad.policy_summary.review_status, 
> ad_group_ad.policy_summary.policy_topic_entries FROM ad_group_ad WHERE 
> ad_group_ad.policy_summary.approval_status = 'DISAPPROVED' AND 
> ad_group_ad.ad.id = {AD ID}
>
> I hope this helps.
>
>   
> This message is in relation to case 
> "ref:!00D1U01174p.!5004Q02vEh4Y:ref" (ADR-00262498)
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 on the web visit 
https://groups.google.com/d/msgid/adwords-api/8a622fe4-3917-4cef-906d-0f22d42577a7n%40googlegroups.com.
  • RE... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
    • ... xiaochuan li
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to