Audience matched

Learn how to track when a user matches an audience.

This event tracks the audiences that a user has matched during a session, based on existing workspace audiences.

Croct's mascot amazed
Automatically tracked

The SDK automatically tracks this event when a user matches an audience.

Input properties

This event has no input properties.

Processed properties

These properties are automatically tracked:

audiences
array<string>

The list of audiences IDs the user matched.

Payload examples

Below is a payload example for this event:

1234567
{    "type": "audienceMatched",    "audienceIds": [      "returning-user",      "likely-to-convert"    ]}