AI-generated Key Takeaways
-
ignorable_policy_topics[]
allows specifying policy topics that will not cause aPolicyFindingError
, but resources violating these policies will not be eligible to serve initially. -
exempt_policy_violation_keys[]
allows specifying policy violation keys that will not cause aPolicyViolationError
, but only certain violations are exemptable and resources violating these policies will not be eligible to serve initially.
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. |