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 uses `policyName` to identify the specific violated policy and `violatingText` to pinpoint the violating text or indicate a general policy violation."],["`policyName` is a string containing the unique ID of the violated policy while `violatingText` is a string providing the specific text violating the policy or referring to the entire policy."],["When requesting criterion exemptions, omitting `violatingText` implies the whole policy, whereas, for ad exemptions, `violatingText` must be specified."]]],["The content defines a JSON structure for representing policy violations. It includes two fields: `policyName`, a string that uniquely identifies the violated policy, and `violatingText`, a string specifying the exact text that caused the violation. `violatingText` is mandatory for ad exemptions, but it's optional for criterion exemptions. If not provided, it implies that the entire policy is violated. This key information is used for referring to the violation when filing for an exemption.\n"]]