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. For example, "f2b8e730-8e3f-449b-a1e3-e4dfd157b949", "138d096a-bde2-46ff-9483-572b90cfe4ef", etc.

Payload examples

Below are some payload examples for this event:

1234
{    "type": "audienceMatched",    "audienceIds": ["f2b8e730-8e3f-449b-a1e3-e4dfd157b949", "138d096a-bde2-46ff-9483-572b90cfe4ef"]}