Skip to content

Commit e596096

Browse files
Merge pull request #7961 from segmentio/audience-exit
Add callout about ID sync edge case
2 parents 2836790 + e003a4b commit e596096

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/engage/audiences/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Select `and not who` to indicate users that have not performed an event. For exa
3737

3838
You can also specify two different types of time-windows, `within` and `in between`. The `within` property lets you specify an event that occurred in the last `x` number of days, while `in between` lets you specify events that occurred over a rolling time window in the past. A common use case is to look at all customers that were active 30 to 90 days ago, but have not completed an action in the last 30 days.
3939

40+
> warning "ID Sync configuration and space-level ID Strategy aren't applied for Audience Exit events"
41+
> Segment sends all ID combinations for Audience Exit events downstream to remove a user from the external audience.
42+
4043
### Building audiences with traits
4144

4245
You can also build audiences using Custom Traits, Computed Traits, SQL Traits, and audience memberships.

src/engage/trait-activation/id-sync.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ With Customized setup, you can choose which identifiers you want to map downstre
5858
- Segment doesn't maintain ID Sync history, which means that any changes are irreversible.
5959
- You can only select a maximum of three identifiers with an `All` strategy.
6060
- Segment recommends that you map Segment properties to destination properties using [Destination Actions](/docs/connections/destinations/actions/#components-of-a-destination-action) instead of ID Sync. If you use ID Sync to map properties, Segment adds the property values as traits and identifiers to your Profiles.
61+
- ID Sync configuration and space-level ID Strategy aren't applied for Audience Exit events. Segment sends all ID combinations for Audience Exit events downstream to remove a user from the external audience.
6162

6263

6364
## FAQs

0 commit comments

Comments
 (0)