Name | Modifiers & Defaults | Type | Description |
---|---|---|---|
risk_level | Required | String Use the Dictionary to fetch a list of possible values:
E.g.:
| The risk level to restrict. |
category_name | Required | String Use the Dictionary to fetch a list of possible values:
E.g.:
| The risk category. |
{
// Additional campaign fields omitted
"external_brand_safety": {
"type": "NONE",
"values": []
}
}
{
// Additional campaign fields omitted
"external_brand_safety": {
"type": "IAS",
"values": [
{
"category_name": "Violence",
"risk_level": "MEDIUM"
},
{
"category_name": "Adult Content",
"risk_level": "HIGH"
}
]
}
}
For an overview of the Dictionary, see: Dictionary.