Skip to content

Predicate

A condition used to filter contacts in an audience.

attributestring

The attribute to filter on.

Example:"company.name"
typestring

The type of the attribute.

Example:"string"
comparisonstring

The comparison operator.

Example:"contains"
valuestring

The value to compare against.

Example:"Acme"
{ "attribute": "company.name", "type": "string", "comparison": "contains", "value": "Acme" }