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

We track this event for you, so no action is needed on your side.

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"    ]}