Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Key of the violation. The key is used for referring to a violation when filing an exemption request.
JSON representation
{"policyName": string,"violatingText": string}
Fields
policyName
string
Unique ID of the violated policy.
violatingText
string
The text that violates the policy if specified. Otherwise, refers to the policy in general (for example, when requesting to be exempt from the whole policy). If not specified for criterion exemptions, the whole policy is implied. Must be specified for ad exemptions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["The JSON representation for a policy violation uses the `policyName` and `violatingText` fields."],["`policyName` is a string containing the unique ID of the violated policy."],["`violatingText` is a string specifying the violating text or referring to the policy generally, requiring specification for ad exemptions but implying the whole policy for criterion exemptions if unspecified."]]],[]]