From 40b8195571c762cb17f9a2d69fedf08829d73a18 Mon Sep 17 00:00:00 2001 From: Samantha Crespo <100810716+samkcrespo@users.noreply.github.com> Date: Thu, 23 May 2024 18:05:10 -0700 Subject: [PATCH 1/2] Update index.md - context.traits and Track events, audience conditions/builder --- src/engage/audiences/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/engage/audiences/index.md b/src/engage/audiences/index.md index f6c27b755f..a2e14cb6ad 100644 --- a/src/engage/audiences/index.md +++ b/src/engage/audiences/index.md @@ -258,3 +258,7 @@ The audience builder accepts CSV and TSV lists. ### How does the historical data flag work? Including historical data lets you take past information into account. You can data only exclude historical data for real-time audiences. For batch audiences, Segment includes historical data by default. +### Is it possible to create an Audience based on context.traits within a Track event? +Traits found within the context.traits of track events are not able to be chosen as conditions in the Audience Builder's Event Properties section. + + From 2588adb43377d0cc0010fa361d72a821a5602d53 Mon Sep 17 00:00:00 2001 From: pwseg <86626706+pwseg@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:57:06 -0500 Subject: [PATCH 2/2] minor rewording --- src/engage/audiences/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/engage/audiences/index.md b/src/engage/audiences/index.md index a2e14cb6ad..73f73918fc 100644 --- a/src/engage/audiences/index.md +++ b/src/engage/audiences/index.md @@ -258,7 +258,5 @@ The audience builder accepts CSV and TSV lists. ### How does the historical data flag work? Including historical data lets you take past information into account. You can data only exclude historical data for real-time audiences. For batch audiences, Segment includes historical data by default. -### Is it possible to create an Audience based on context.traits within a Track event? -Traits found within the context.traits of track events are not able to be chosen as conditions in the Audience Builder's Event Properties section. - - +### Can I build an audience based on `context.traits` in a Track event? +No. Traits located in the `context.traits` object of a Track event aren’t available in the Event Properties section of the Audience Builder. You can only use top-level event properties to define event-based audience conditions.