Skip to content

Commit fab1f5f

Browse files
authoredFeb 24, 2022
Merge pull request #2534 from segmentio/DOC-465-Batch-Compute-Times
Batch-audience-compute-clarification
2 parents 9932af8 + e97c6c9 commit fab1f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/personas/audiences/account-audiences.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +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.
103+
- Unlike user-level audiences, which are [computed in real time](/docs/personas/audiences#realtime-compute-vs-batch), account-level audiences are computed on a batched basis. Segment computes account-level audiences roughly every hour, but it's important to note that compute times can fluctuate based on the load on the system.
104104
- 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.
105105
- The identity breakdown report (displayed in the audience builder for user-level audiences) is not available for account-level audiences.
106106

0 commit comments

Comments
 (0)
Please sign in to comment.