Skip to content

Predicate

A predicate used to define audience matching rules.

attributestring

The attribute to evaluate.

Example:"company.name"
typestring

The data type of the attribute.

Example:"string"
comparisonstring

The comparison operator.

Example:"eq"
valuestring

The value to compare against.

Example:"Intercom"
{ "attribute": "company.name", "type": "string", "comparison": "eq", "value": "Intercom" }