PolicyValidationParameter

Parameter for controlling how policy exemption is done.

JSON representation
{
  "ignorablePolicyTopics": [
    string
  ],
  "exemptPolicyViolationKeys": [
    {
      object (PolicyViolationKey)
    }
  ]
}
Fields
ignorablePolicyTopics[]

string

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.

exemptPolicyViolationKeys[]

object (PolicyViolationKey)

The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, refer to the isExemptible 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.