AudienceFilter
An audience condition tree: and/or groups up to 3 levels deep and 30 conditions
in total. The valid operators for each field type come from GET /audiences/schema.
opstringrequired
Possible values: [and, or]
rulesobject[]required
Possible values: <= 30
AudienceFilter
{
"op": "and",
"rules": [
{
"type": "consent",
"op": "is",
"value": "opted_in"
},
{
"type": "field",
"key": "cidade",
"op": "eq",
"value": "Curitiba"
}
]
}