Skip to content

Commit 2dba0b2

Browse files
author
markzegarelli
authored
Merge pull request #1683 from segmentio/evanSegment-account-level-batch
Batch only for account-level audiences
2 parents 2b83e00 + 77f626b commit 2dba0b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/personas/audiences/account-audiences.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ For example, you may wish to create an audience which selects all admin-level us
100100

101101
## Known limitations of account-level audiences
102102

103+
- Unlike user-level audiences which are [computed in real time](/docs/personas/audiences/#realtime-compute-vs-batch), account-level audiences are computed on an hourly, batched basis.
103104
- Account-level audiences do not respect the `context.groupId` property on track calls. If users are associated with multiple accounts (through multiple group calls), the entire collection of a user’s events is considered when evaluating user-level event conditions (not just those events which are tagged with a matching `groupId`). This can lead to unexpected results where a user’s events triggered in the context of one account lead to another account incorrectly matching an account-level audience.
104105
- The identity breakdown report (displayed in the audience builder for user-level audiences) is not available for account-level audiences.
105106

0 commit comments

Comments
 (0)