Skip to content

Commit e69c835

Browse files
authored
Merge pull request #6600 from segmentio/samkcrespo-patch-7
Add Engage FAQ on building audiences from `context.traits`
2 parents 06f3296 + 6d416e1 commit e69c835

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/engage/audiences/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,5 +374,8 @@ The audience builder accepts CSV and TSV lists.
374374

375375
This error occurs when creating audiences that reference each other, meaning audience X refers to audience Y in its trigger condition, and later you attempt to modify audience Y's trigger condition to refer back to audience X. To avoid this error, ensure that the audiences do not reference each other in their conditions.
376376

377+
### Can I build an audience based on `context.traits` in a Track event?
378+
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.
379+
377380
### How does the historical data flag work?
378-
The **Include Historical Event Data** option lets you take past event data into account and control how much of it is considered when creating real-time audiences. You can set a lookback window (for example, the “last 90 days”) to limit the processed event data, or disable it entirely to use only data arriving after creation. For batch audiences, Segment includes historical data by default.
381+
The **Include Historical Event Data** option lets you take past event data into account and control how much of it is considered when creating real-time audiences. You can set a lookback window (for example, the “last 90 days”) to limit the processed event data, or disable it entirely to use only data arriving after creation. For batch audiences, Segment includes historical data by default.

0 commit comments

Comments
 (0)