Skip to content

Commit b01ab5b

Browse files
Add note on custom traits for deleted audiences
1 parent 066797b commit b01ab5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/engage/audiences/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ You can also specify two different types of time-windows, `within` and `in betwe
3535

3636
You can also build Audiences based on custom traits. These traits can be collected from your apps when a user completes a form or signs up using an [Identify](/docs/connections/spec/identify) call. You can view these traits in the Profile explorer, as well. Custom Traits are mutable and update to the latest value seen by the user's Identify events.
3737

38+
> info ""
39+
> When an audience that previously generated Identify events is deleted, the data for the audience key is still attached to profiles that entered the audience, and becomes visible in the UI as a custom trait.
40+
3841
### Computed Traits
3942

4043
You can also use computed traits in an Audience definition. For example, you can create a `total_revenue` computed trait and use it to generate an audience of `big_spender` customers that exceed a certain threshold.

0 commit comments

Comments
 (0)