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.
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:
- audiencesarray<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" ]}