AI-generated Key Takeaways
-
Use
ignorable_policy_topics[]
to list policy topics that won't cause a PolicyFindingError, currently only compatible with Enhanced Text Ads. -
Use
exempt_policy_violation_keys[]
to list policy violation keys that won't cause a PolicyViolationError, noting that not all violations are exemptable. -
Resources violating listed policies or keys will be saved but not immediately eligible to serve, potentially serving later due to policy changes, re-reviews, or certificate changes.
Parameter for controlling how policy exemption is done.
Fields | |
---|---|
|
The list of policy topics that should not cause a PolicyFindingError to be reported. This field is currently only compatible with Enhanced Text Ad. It corresponds to the PolicyTopicEntry.topic field. Resources violating these policies will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates. |
|
The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the is_exemptible field in the returned PolicyViolationError. Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates. |